blob: 10291c43cb186b5d1b23b92c684b5b471a7ec2cd [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002# ALSA PCMCIA drivers
3
Takashi Iwai89fe5112008-05-23 16:10:37 +02004menuconfig SND_PCMCIA
5 bool "PCMCIA sound devices"
6 depends on PCMCIA
7 default y
8 help
9 Support for sound devices connected via the PCMCIA bus.
10
11if SND_PCMCIA && PCMCIA
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
13config SND_VXPOCKET
14 tristate "Digigram VXpocket"
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 select SND_VX_LIB
16 help
Takashi Iwai6d00a3122005-06-30 13:40:51 +020017 Say Y here to include support for Digigram VXpocket and
18 VXpocket 440 soundcards.
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
20 To compile this driver as a module, choose M here: the module
21 will be called snd-vxpocket.
22
Linus Torvalds1da177e2005-04-16 15:20:36 -070023config SND_PDAUDIOCF
24 tristate "Sound Core PDAudioCF"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 select SND_PCM
26 help
27 Say Y here to include support for Sound Core PDAudioCF
28 soundcards.
29
30 To compile this driver as a module, choose M here: the module
31 will be called snd-pdaudiocf.
32
Takashi Iwai89fe5112008-05-23 16:10:37 +020033endif # SND_PCMCIA
34