1 # SPDX-License-Identifier: GPL-2.0-only << 2 # ALSA PCMCIA drivers 1 # ALSA PCMCIA drivers 3 2 4 menuconfig SND_PCMCIA 3 menuconfig SND_PCMCIA 5 bool "PCMCIA sound devices" 4 bool "PCMCIA sound devices" 6 depends on PCMCIA 5 depends on PCMCIA 7 depends on HAS_IOPORT << 8 default y 6 default y 9 help 7 help 10 Support for sound devices connected 8 Support for sound devices connected via the PCMCIA bus. 11 9 12 if SND_PCMCIA && PCMCIA 10 if SND_PCMCIA && PCMCIA 13 11 14 config SND_VXPOCKET 12 config SND_VXPOCKET 15 tristate "Digigram VXpocket" 13 tristate "Digigram VXpocket" 16 select SND_VX_LIB 14 select SND_VX_LIB 17 help 15 help 18 Say Y here to include support for Di 16 Say Y here to include support for Digigram VXpocket and 19 VXpocket 440 soundcards. 17 VXpocket 440 soundcards. 20 18 21 To compile this driver as a module, 19 To compile this driver as a module, choose M here: the module 22 will be called snd-vxpocket. 20 will be called snd-vxpocket. 23 21 24 config SND_PDAUDIOCF 22 config SND_PDAUDIOCF 25 tristate "Sound Core PDAudioCF" 23 tristate "Sound Core PDAudioCF" 26 select SND_PCM 24 select SND_PCM 27 help 25 help 28 Say Y here to include support for So 26 Say Y here to include support for Sound Core PDAudioCF 29 soundcards. 27 soundcards. 30 28 31 To compile this driver as a module, 29 To compile this driver as a module, choose M here: the module 32 will be called snd-pdaudiocf. 30 will be called snd-pdaudiocf. 33 31 34 endif # SND_PCMCIA 32 endif # SND_PCMCIA 35 33
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.