WIP FPC-III support
[linux/fpc-iii.git] / sound / pcmcia / Kconfig
blob10291c43cb186b5d1b23b92c684b5b471a7ec2cd
1 # SPDX-License-Identifier: GPL-2.0-only
2 # ALSA PCMCIA drivers
4 menuconfig 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.
11 if SND_PCMCIA && PCMCIA
13 config SND_VXPOCKET
14         tristate "Digigram VXpocket"
15         select SND_VX_LIB
16         help
17           Say Y here to include support for Digigram VXpocket and
18           VXpocket 440 soundcards.
20           To compile this driver as a module, choose M here: the module
21           will be called snd-vxpocket.
23 config SND_PDAUDIOCF
24         tristate "Sound Core PDAudioCF"
25         select SND_PCM
26         help
27           Say Y here to include support for Sound Core PDAudioCF
28           soundcards.
30           To compile this driver as a module, choose M here: the module
31           will be called snd-pdaudiocf.
33 endif   # SND_PCMCIA