# SPDX-License-Identifier: GPL-2.0-only # ALSA [31mCONFIG_PCMCIA[0m drivers menuconfig [31mCONFIG_SND_PCMCIA[0m bool "PCMCIA sound devices" depends on [31mCONFIG_PCMCIA[0m default y help Support for sound devices connected via the [31mCONFIG_PCMCIA[0m bus. if [31mCONFIG_SND_PCMCIA[0m && [31mCONFIG_PCMCIA[0m config [31mCONFIG_SND_VXPOCKET[0m tristate "Digigram VXpocket" select [31mCONFIG_SND_VX_LIB[0m help Say Y here to include support for Digigram VXpocket and VXpocket 440 soundcards. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called snd-vxpocket. config [31mCONFIG_SND_PDAUDIOCF[0m tristate "Sound Core PDAudioCF" select [31mCONFIG_SND_PCM[0m help Say Y here to include support for Sound Core PDAudioCF soundcards. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called snd-pdaudiocf. endif # [31mCONFIG_SND_PCMCIA[0m |