ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / sound / pcmcia / Kconfig
1 # ALSA PCMCIA drivers
2
3 menu "PCMCIA devices"
4         depends on SND!=n && PCMCIA
5
6 config SND_VXPOCKET
7         tristate "Digigram VXpocket"
8         depends on SND && PCMCIA && ISA
9         select SND_VX_LIB
10         help
11           Say 'Y' or 'M' to include support for Digigram VXpocket soundcard.
12
13 config SND_VXP440
14         tristate "Digigram VXpocket 440"
15         depends on SND && PCMCIA && ISA
16         select SND_VX_LIB
17         help
18           Say 'Y' or 'M' to include support for Digigram VXpocket 440 soundcard.
19
20 config SND_PDAUDIOCF
21         tristate "Sound Core PDAudioCF"
22         depends on SND && PCMCIA && ISA
23         help
24           Say 'Y' or 'M' to include support for Sound Core PDAudioCF soundcard.
25
26 endmenu