1 # SPDX-License-Identifier: GPL-2.0-only << 2 # ALSA Sparc drivers 1 # ALSA Sparc drivers 3 2 4 menuconfig SND_SPARC 3 menuconfig SND_SPARC 5 bool "Sparc sound devices" 4 bool "Sparc sound devices" 6 depends on SPARC 5 depends on SPARC 7 default y 6 default y 8 help 7 help 9 Support for sound devices specific t 8 Support for sound devices specific to Sun SPARC architectures. 10 9 11 if SND_SPARC 10 if SND_SPARC 12 11 13 config SND_SUN_AMD7930 12 config SND_SUN_AMD7930 14 tristate "Sun AMD7930" 13 tristate "Sun AMD7930" 15 depends on SBUS 14 depends on SBUS 16 select SND_PCM 15 select SND_PCM 17 help 16 help 18 Say Y here to include support for AM 17 Say Y here to include support for AMD7930 sound device on Sun. 19 18 20 To compile this driver as a module, 19 To compile this driver as a module, choose M here: the module 21 will be called snd-sun-amd7930. 20 will be called snd-sun-amd7930. 22 21 23 config SND_SUN_CS4231 22 config SND_SUN_CS4231 24 tristate "Sun CS4231" 23 tristate "Sun CS4231" 25 select SND_PCM 24 select SND_PCM 26 select SND_TIMER 25 select SND_TIMER 27 help 26 help 28 Say Y here to include support for CS 27 Say Y here to include support for CS4231 sound device on Sun. 29 28 30 To compile this driver as a module, 29 To compile this driver as a module, choose M here: the module 31 will be called snd-sun-cs4231. 30 will be called snd-sun-cs4231. 32 31 33 config SND_SUN_DBRI 32 config SND_SUN_DBRI 34 tristate "Sun DBRI" 33 tristate "Sun DBRI" 35 depends on SBUS 34 depends on SBUS 36 select SND_PCM 35 select SND_PCM 37 help 36 help 38 Say Y here to include support for DB 37 Say Y here to include support for DBRI sound device on Sun. 39 38 40 To compile this driver as a module, 39 To compile this driver as a module, choose M here: the module 41 will be called snd-sun-dbri. 40 will be called snd-sun-dbri. 42 41 43 endif # SND_SPARC 42 endif # SND_SPARC
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.