aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pcmcia/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pcmcia/Kconfig')
-rw-r--r--sound/pcmcia/Kconfig39
1 files changed, 39 insertions, 0 deletions
diff --git a/sound/pcmcia/Kconfig b/sound/pcmcia/Kconfig
new file mode 100644
index 000000000000..3611e298834f
--- /dev/null
+++ b/sound/pcmcia/Kconfig
@@ -0,0 +1,39 @@
1# 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
11 Say Y here to include support for Digigram VXpocket
12 soundcards.
13
14 To compile this driver as a module, choose M here: the module
15 will be called snd-vxpocket.
16
17config SND_VXP440
18 tristate "Digigram VXpocket 440"
19 depends on SND && PCMCIA && ISA
20 select SND_VX_LIB
21 help
22 Say Y here to include support for Digigram VXpocket 440
23 soundcards.
24
25 To compile this driver as a module, choose M here: the module
26 will be called snd-vxp440.
27
28config SND_PDAUDIOCF
29 tristate "Sound Core PDAudioCF"
30 depends on SND && PCMCIA && ISA
31 select SND_PCM
32 help
33 Say Y here to include support for Sound Core PDAudioCF
34 soundcards.
35
36 To compile this driver as a module, choose M here: the module
37 will be called snd-pdaudiocf.
38
39endmenu