Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[linux-2.6-block.git] / sound / sparc / Kconfig
CommitLineData
1da177e4
LT
1# ALSA Sparc drivers
2
3menu "ALSA Sparc devices"
4 depends on SND!=n && (SPARC32 || SPARC64)
5
6config SND_SUN_AMD7930
7 tristate "Sun AMD7930"
8 depends on SBUS && SND
9 select SND_PCM
16dab54b 10 select SND_GENERIC_DRIVER
ab79509a
TI
11 help
12 Say Y here to include support for AMD7930 sound device on Sun.
13
14 To compile this driver as a module, choose M here: the module
15 will be called snd-sun-amd7930.
1da177e4 16
1da177e4
LT
17config SND_SUN_CS4231
18 tristate "Sun CS4231"
19 depends on SND
20 select SND_PCM
16dab54b 21 select SND_GENERIC_DRIVER
ab79509a
TI
22 help
23 Say Y here to include support for CS4231 sound device on Sun.
24
25 To compile this driver as a module, choose M here: the module
26 will be called snd-sun-cs4231.
1da177e4 27
1bd9debf
TI
28config SND_SUN_DBRI
29 tristate "Sun DBRI"
30 depends on SND && SBUS
31 select SND_PCM
16dab54b 32 select SND_GENERIC_DRIVER
1bd9debf
TI
33 help
34 Say Y here to include support for DBRI sound device on Sun.
1da177e4 35
1bd9debf
TI
36 To compile this driver as a module, choose M here: the module
37 will be called snd-sun-dbri.
38
39endmenu