brintos

brintos / linux-shallow public Read only

0
0
Text · 788 B · 2e3dfc1 Raw
36 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# ALSA PCMCIA drivers3 4menuconfig SND_PCMCIA5	bool "PCMCIA sound devices"6	depends on PCMCIA7	depends on HAS_IOPORT8	default y9	help10	  Support for sound devices connected via the PCMCIA bus.11 12if SND_PCMCIA && PCMCIA13 14config SND_VXPOCKET15	tristate "Digigram VXpocket"16	select SND_VX_LIB17	help18	  Say Y here to include support for Digigram VXpocket and19	  VXpocket 440 soundcards.20 21	  To compile this driver as a module, choose M here: the module22	  will be called snd-vxpocket.23 24config SND_PDAUDIOCF25	tristate "Sound Core PDAudioCF"26	select SND_PCM27	help28	  Say Y here to include support for Sound Core PDAudioCF29	  soundcards.30 31	  To compile this driver as a module, choose M here: the module32	  will be called snd-pdaudiocf.33 34endif	# SND_PCMCIA35 36