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