[BACK]Return to Kconfig CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / sound / pcmcia

File: [Development] / linux-2.6-xfs / sound / pcmcia / Kconfig (download)

Revision 1.4, Thu Jun 17 03:20:52 2004 UTC (13 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.3: +1 -0 lines

Merge up to 2.6.7, and upgrade kdb at the same time.

# ALSA PCMCIA drivers

menu "PCMCIA devices"
	depends on SND!=n && PCMCIA

config SND_VXPOCKET
	tristate "Digigram VXpocket"
	depends on SND && PCMCIA && ISA
	select SND_VX_LIB
	help
	  Say 'Y' or 'M' to include support for Digigram VXpocket soundcard.

config SND_VXP440
	tristate "Digigram VXpocket 440"
	depends on SND && PCMCIA && ISA
	select SND_VX_LIB
	help
	  Say 'Y' or 'M' to include support for Digigram VXpocket 440 soundcard.

config SND_PDAUDIOCF
	tristate "Sound Core PDAudioCF"
	depends on SND && PCMCIA && ISA
	select SND_PCM
	help
	  Say 'Y' or 'M' to include support for Sound Core PDAudioCF soundcard.

endmenu