# SPDX-License-Identifier: GPL-2.0-only # ALSA Sparc drivers menuconfig [31mCONFIG_SND_SPARC[0m bool "Sparc sound devices" depends on [31mCONFIG_SPARC[0m default y help Support for sound devices specific to Sun [31mCONFIG_SPARC[0m architectures. if [31mCONFIG_SND_SPARC[0m config [31mCONFIG_SND_SUN_AMD7930[0m tristate "Sun AMD7930" depends on [31mCONFIG_SBUS[0m select [31mCONFIG_SND_PCM[0m help Say Y here to include support for AMD7930 sound device on Sun. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called snd-sun-amd7930. config [31mCONFIG_SND_SUN_CS4231[0m tristate "Sun CS4231" select [31mCONFIG_SND_PCM[0m select [31mCONFIG_SND_TIMER[0m help Say Y here to include support for CS4231 sound device on Sun. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called snd-sun-cs4231. config [31mCONFIG_SND_SUN_DBRI[0m tristate "Sun DBRI" depends on [31mCONFIG_SBUS[0m select [31mCONFIG_SND_PCM[0m help Say Y here to include support for DBRI sound device on Sun. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called snd-sun-dbri. endif # [31mCONFIG_SND_SPARC[0m |