diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-06-30 12:26:20 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-07-28 06:21:18 -0400 |
commit | 1bd9debf25b8a5f5029d7619f43e4a9a775973d3 (patch) | |
tree | bb3f77f6216e67e125ac932c8133ddc2331f7c90 /sound/sparc/Kconfig | |
parent | ab79509a95b1d22c40d4a87823b6a48bc9a12af5 (diff) |
[ALSA] Add DBRI driver on Sparcs
Documentation,SPARC,/sparc/Makefile
Add the DBRI driver on Sparcs by Martin Habets <mhabets@users.sourceforge.net>
(moved from alsa-driver tree).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 | ||