GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / sound / pcmcia / Kconfig
blob7fbb190adf6d1a256b59f4b0d442e9fa0a4e1011
1 # ALSA PCMCIA drivers
3 menuconfig SND_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.
10 if SND_PCMCIA && PCMCIA
12 config SND_VXPOCKET
13         tristate "Digigram VXpocket"
14         select SND_VX_LIB
15         help
16           Say Y here to include support for Digigram VXpocket and
17           VXpocket 440 soundcards.
19           To compile this driver as a module, choose M here: the module
20           will be called snd-vxpocket.
22 config SND_PDAUDIOCF
23         tristate "Sound Core PDAudioCF"
24         select SND_PCM
25         help
26           Say Y here to include support for Sound Core PDAudioCF
27           soundcards.
29           To compile this driver as a module, choose M here: the module
30           will be called snd-pdaudiocf.
32 endif   # SND_PCMCIA