0001 # SPDX-License-Identifier: GPL-2.0-only
0002 # ALSA PCMCIA drivers
0003
0004 menuconfig SND_PCMCIA
0005 bool "PCMCIA sound devices"
0006 depends on PCMCIA
0007 default y
0008 help
0009 Support for sound devices connected via the PCMCIA bus.
0010
0011 if SND_PCMCIA && PCMCIA
0012
0013 config SND_VXPOCKET
0014 tristate "Digigram VXpocket"
0015 select SND_VX_LIB
0016 help
0017 Say Y here to include support for Digigram VXpocket and
0018 VXpocket 440 soundcards.
0019
0020 To compile this driver as a module, choose M here: the module
0021 will be called snd-vxpocket.
0022
0023 config SND_PDAUDIOCF
0024 tristate "Sound Core PDAudioCF"
0025 select SND_PCM
0026 help
0027 Say Y here to include support for Sound Core PDAudioCF
0028 soundcards.
0029
0030 To compile this driver as a module, choose M here: the module
0031 will be called snd-pdaudiocf.
0032
0033 endif # SND_PCMCIA
0034