patch-2_6_7-vs1_9_1_12
[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         select SND_PCM
24         help
25           Say 'Y' or 'M' to include support for Sound Core PDAudioCF soundcard.
26
27 endmenu