xref: /openbmc/linux/sound/sparc/Kconfig (revision 56a0eccd)
1# ALSA Sparc drivers
2
3menuconfig SND_SPARC
4	bool "Sparc sound devices"
5	depends on SPARC
6	default y
7	help
8	  Support for sound devices specific to Sun SPARC architectures.
9
10if SND_SPARC
11
12config SND_SUN_AMD7930
13	tristate "Sun AMD7930"
14	depends on SBUS
15	select SND_PCM
16	help
17	  Say Y here to include support for AMD7930 sound device on Sun.
18
19	  To compile this driver as a module, choose M here: the module
20	  will be called snd-sun-amd7930.
21
22config SND_SUN_CS4231
23	tristate "Sun CS4231"
24	select SND_PCM
25	select SND_TIMER
26	help
27	  Say Y here to include support for CS4231 sound device on Sun.
28
29	  To compile this driver as a module, choose M here: the module
30	  will be called snd-sun-cs4231.
31
32config SND_SUN_DBRI
33	tristate "Sun DBRI"
34	depends on SBUS
35	select SND_PCM
36	help
37	  Say Y here to include support for DBRI sound device on Sun.
38
39	  To compile this driver as a module, choose M here: the module
40	  will be called snd-sun-dbri.
41
42endif	# SND_SPARC
43