Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
# ALSA CONFIG_PCMCIA drivers

menuconfig CONFIG_SND_PCMCIA
	bool "PCMCIA sound devices"
	depends on CONFIG_PCMCIA
	default y
	help
	  Support for sound devices connected via the CONFIG_PCMCIA bus.

if CONFIG_SND_PCMCIA && CONFIG_PCMCIA

config CONFIG_SND_VXPOCKET
	tristate "Digigram VXpocket"
	select CONFIG_SND_VX_LIB
	help
	  Say Y here to include support for Digigram VXpocket and
	  VXpocket 440 soundcards.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called snd-vxpocket.

config CONFIG_SND_PDAUDIOCF
	tristate "Sound Core PDAudioCF"
	select CONFIG_SND_PCM
	help
	  Say Y here to include support for Sound Core PDAudioCF
	  soundcards.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called snd-pdaudiocf.

endif	# CONFIG_SND_PCMCIA