blob: 5d1b0b762efa2f1be5b2f82b060f071f773fb586 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA PCMCIA drivers
2
3menu "PCMCIA devices"
4 depends on SND!=n && PCMCIA
5
6config SND_VXPOCKET
7 tristate "Digigram VXpocket"
8 depends on SND && PCMCIA && ISA
9 select SND_VX_LIB
10 help
Takashi Iwai6d00a312005-06-30 13:40:51 +020011 Say Y here to include support for Digigram VXpocket and
12 VXpocket 440 soundcards.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
14 To compile this driver as a module, choose M here: the module
15 will be called snd-vxpocket.
16
Linus Torvalds1da177e2005-04-16 15:20:36 -070017config SND_PDAUDIOCF
18 tristate "Sound Core PDAudioCF"
19 depends on SND && PCMCIA && ISA
20 select SND_PCM
21 help
22 Say Y here to include support for Sound Core PDAudioCF
23 soundcards.
24
25 To compile this driver as a module, choose M here: the module
26 will be called snd-pdaudiocf.
27
28endmenu