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