2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 22:20:36 +00:00
|
|
|
# ALSA PCMCIA drivers
|
|
|
|
|
2008-05-23 14:10:37 +00:00
|
|
|
menuconfig SND_PCMCIA
|
|
|
|
bool "PCMCIA sound devices"
|
|
|
|
depends on PCMCIA
|
2023-05-22 10:50:37 +00:00
|
|
|
depends on HAS_IOPORT
|
2008-05-23 14:10:37 +00:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Support for sound devices connected via the PCMCIA bus.
|
|
|
|
|
|
|
|
if SND_PCMCIA && PCMCIA
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
config SND_VXPOCKET
|
|
|
|
tristate "Digigram VXpocket"
|
|
|
|
select SND_VX_LIB
|
|
|
|
help
|
2005-06-30 11:40:51 +00:00
|
|
|
Say Y here to include support for Digigram VXpocket and
|
|
|
|
VXpocket 440 soundcards.
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called snd-vxpocket.
|
|
|
|
|
|
|
|
config SND_PDAUDIOCF
|
|
|
|
tristate "Sound Core PDAudioCF"
|
|
|
|
select SND_PCM
|
|
|
|
help
|
|
|
|
Say Y here to include support for Sound Core PDAudioCF
|
|
|
|
soundcards.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called snd-pdaudiocf.
|
|
|
|
|
2008-05-23 14:10:37 +00:00
|
|
|
endif # SND_PCMCIA
|
|
|
|
|