diff options
Diffstat (limited to 'sound/pcmcia/Kconfig')
-rw-r--r-- | sound/pcmcia/Kconfig | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sound/pcmcia/Kconfig b/sound/pcmcia/Kconfig index c9fa1a2bc58b..7fbb190adf6d 100644 --- a/sound/pcmcia/Kconfig +++ b/sound/pcmcia/Kconfig | |||
@@ -1,11 +1,16 @@ | |||
1 | # ALSA PCMCIA drivers | 1 | # ALSA PCMCIA drivers |
2 | 2 | ||
3 | menu "PCMCIA devices" | 3 | menuconfig SND_PCMCIA |
4 | depends on SND!=n && PCMCIA | 4 | bool "PCMCIA sound devices" |
5 | depends on PCMCIA | ||
6 | default y | ||
7 | help | ||
8 | Support for sound devices connected via the PCMCIA bus. | ||
9 | |||
10 | if SND_PCMCIA && PCMCIA | ||
5 | 11 | ||
6 | config SND_VXPOCKET | 12 | config SND_VXPOCKET |
7 | tristate "Digigram VXpocket" | 13 | tristate "Digigram VXpocket" |
8 | depends on SND && PCMCIA | ||
9 | select SND_VX_LIB | 14 | select SND_VX_LIB |
10 | help | 15 | help |
11 | Say Y here to include support for Digigram VXpocket and | 16 | Say Y here to include support for Digigram VXpocket and |
@@ -16,7 +21,6 @@ config SND_VXPOCKET | |||
16 | 21 | ||
17 | config SND_PDAUDIOCF | 22 | config SND_PDAUDIOCF |
18 | tristate "Sound Core PDAudioCF" | 23 | tristate "Sound Core PDAudioCF" |
19 | depends on SND && PCMCIA | ||
20 | select SND_PCM | 24 | select SND_PCM |
21 | help | 25 | help |
22 | Say Y here to include support for Sound Core PDAudioCF | 26 | Say Y here to include support for Sound Core PDAudioCF |
@@ -25,4 +29,5 @@ config SND_PDAUDIOCF | |||
25 | To compile this driver as a module, choose M here: the module | 29 | To compile this driver as a module, choose M here: the module |
26 | will be called snd-pdaudiocf. | 30 | will be called snd-pdaudiocf. |
27 | 31 | ||
28 | endmenu | 32 | endif # SND_PCMCIA |
33 | |||