44 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# ALSA Sparc drivers3 4menuconfig SND_SPARC5 bool "Sparc sound devices"6 depends on SPARC7 default y8 help9 Support for sound devices specific to Sun SPARC architectures.10 11if SND_SPARC12 13config SND_SUN_AMD793014 tristate "Sun AMD7930"15 depends on SBUS16 select SND_PCM17 help18 Say Y here to include support for AMD7930 sound device on Sun.19 20 To compile this driver as a module, choose M here: the module21 will be called snd-sun-amd7930.22 23config SND_SUN_CS423124 tristate "Sun CS4231"25 select SND_PCM26 select SND_TIMER27 help28 Say Y here to include support for CS4231 sound device on Sun.29 30 To compile this driver as a module, choose M here: the module31 will be called snd-sun-cs4231.32 33config SND_SUN_DBRI34 tristate "Sun DBRI"35 depends on SBUS36 select SND_PCM37 help38 Say Y here to include support for DBRI sound device on Sun.39 40 To compile this driver as a module, choose M here: the module41 will be called snd-sun-dbri.42 43endif # SND_SPARC44