diff options
Diffstat (limited to 'sound/sparc/Kconfig')
-rw-r--r-- | sound/sparc/Kconfig | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/sound/sparc/Kconfig b/sound/sparc/Kconfig index 079e22af074c..d75deba5617d 100644 --- a/sound/sparc/Kconfig +++ b/sound/sparc/Kconfig | |||
@@ -1,11 +1,17 @@ | |||
1 | # ALSA Sparc drivers | 1 | # ALSA Sparc drivers |
2 | 2 | ||
3 | menu "ALSA Sparc devices" | 3 | menuconfig SND_SPARC |
4 | depends on SND!=n && 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 | |||
10 | if SND_SPARC | ||
5 | 11 | ||
6 | config SND_SUN_AMD7930 | 12 | config SND_SUN_AMD7930 |
7 | tristate "Sun AMD7930" | 13 | tristate "Sun AMD7930" |
8 | depends on SBUS && SND | 14 | depends on SBUS |
9 | select SND_PCM | 15 | select SND_PCM |
10 | help | 16 | help |
11 | Say Y here to include support for AMD7930 sound device on Sun. | 17 | Say Y here to include support for AMD7930 sound device on Sun. |
@@ -15,7 +21,6 @@ config SND_SUN_AMD7930 | |||
15 | 21 | ||
16 | config SND_SUN_CS4231 | 22 | config SND_SUN_CS4231 |
17 | tristate "Sun CS4231" | 23 | tristate "Sun CS4231" |
18 | depends on SND | ||
19 | select SND_PCM | 24 | select SND_PCM |
20 | help | 25 | help |
21 | Say Y here to include support for CS4231 sound device on Sun. | 26 | Say Y here to include support for CS4231 sound device on Sun. |
@@ -25,7 +30,7 @@ config SND_SUN_CS4231 | |||
25 | 30 | ||
26 | config SND_SUN_DBRI | 31 | config SND_SUN_DBRI |
27 | tristate "Sun DBRI" | 32 | tristate "Sun DBRI" |
28 | depends on SND && SBUS | 33 | depends on SBUS |
29 | select SND_PCM | 34 | select SND_PCM |
30 | help | 35 | help |
31 | Say Y here to include support for DBRI sound device on Sun. | 36 | Say Y here to include support for DBRI sound device on Sun. |
@@ -33,4 +38,4 @@ config SND_SUN_DBRI | |||
33 | To compile this driver as a module, choose M here: the module | 38 | To compile this driver as a module, choose M here: the module |
34 | will be called snd-sun-dbri. | 39 | will be called snd-sun-dbri. |
35 | 40 | ||
36 | endmenu | 41 | endif # SND_SPARC |