diff options
Diffstat (limited to 'sound/sparc/Kconfig')
-rw-r--r-- | sound/sparc/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sound/sparc/Kconfig b/sound/sparc/Kconfig index f0fce1daf67d..25a8a558ef92 100644 --- a/sound/sparc/Kconfig +++ b/sound/sparc/Kconfig | |||
@@ -13,7 +13,6 @@ config SND_SUN_AMD7930 | |||
13 | To compile this driver as a module, choose M here: the module | 13 | To compile this driver as a module, choose M here: the module |
14 | will be called snd-sun-amd7930. | 14 | will be called snd-sun-amd7930. |
15 | 15 | ||
16 | # dep_tristate 'Sun DBRI' CONFIG_SND_SUN_DBRI $CONFIG_SND | ||
17 | config SND_SUN_CS4231 | 16 | config SND_SUN_CS4231 |
18 | tristate "Sun CS4231" | 17 | tristate "Sun CS4231" |
19 | depends on SND | 18 | depends on SND |
@@ -24,5 +23,14 @@ config SND_SUN_CS4231 | |||
24 | To compile this driver as a module, choose M here: the module | 23 | To compile this driver as a module, choose M here: the module |
25 | will be called snd-sun-cs4231. | 24 | will be called snd-sun-cs4231. |
26 | 25 | ||
27 | endmenu | 26 | config SND_SUN_DBRI |
27 | tristate "Sun DBRI" | ||
28 | depends on SND && SBUS | ||
29 | select SND_PCM | ||
30 | help | ||
31 | Say Y here to include support for DBRI sound device on Sun. | ||
28 | 32 | ||
33 | To compile this driver as a module, choose M here: the module | ||
34 | will be called snd-sun-dbri. | ||
35 | |||
36 | endmenu | ||