Files
linux-apfs/sound/pcmcia/Kconfig
T

34 lines
725 B
Plaintext
Raw Normal View History

2005-04-16 15:20:36 -07:00
# ALSA PCMCIA drivers
2008-05-23 16:10:37 +02:00
menuconfig SND_PCMCIA
bool "PCMCIA sound devices"
depends on PCMCIA
default y
help
Support for sound devices connected via the PCMCIA bus.
if SND_PCMCIA && PCMCIA
2005-04-16 15:20:36 -07:00
config SND_VXPOCKET
tristate "Digigram VXpocket"
select SND_VX_LIB
help
2005-06-30 13:40:51 +02:00
Say Y here to include support for Digigram VXpocket and
VXpocket 440 soundcards.
2005-04-16 15:20:36 -07: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 16:10:37 +02:00
endif # SND_PCMCIA