blob: 7fbb190adf6d1a256b59f4b0d442e9fa0a4e1011 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA PCMCIA drivers
2
Takashi Iwai89fe5112008-05-23 16:10:37 +02003menuconfig 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.
9
10if SND_PCMCIA && PCMCIA
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
12config SND_VXPOCKET
13 tristate "Digigram VXpocket"
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 select SND_VX_LIB
15 help
Takashi Iwai6d00a312005-06-30 13:40:51 +020016 Say Y here to include support for Digigram VXpocket and
17 VXpocket 440 soundcards.
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
19 To compile this driver as a module, choose M here: the module
20 will be called snd-vxpocket.
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config SND_PDAUDIOCF
23 tristate "Sound Core PDAudioCF"
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 select SND_PCM
25 help
26 Say Y here to include support for Sound Core PDAudioCF
27 soundcards.
28
29 To compile this driver as a module, choose M here: the module
30 will be called snd-pdaudiocf.
31
Takashi Iwai89fe5112008-05-23 16:10:37 +020032endif # SND_PCMCIA
33