menu "ALSA ARM devices"
	depends on SND!=n && ARM

config SND_PXA2XX_AC97
	tristate "AC97 driver for the Intel PXA2xx chip"
	depends on ARCH_PXA && SND
	select SND_PXA2XX_PCM
	select SND_AC97_CODEC
	help
	  Say Y or M if you want to support any AC97 codec attached to
	  the PXA2xx AC97 interface.

config SND_PXA2XX_PCM
	tristate
	select SND_PCM
	help
	  Generic PCM module for PXA2xx

config SND_S3C2410
	tristate "S3C24XX Sound core"
	depends on ARCH_S3C2410 && SND
	select I2C_SENSOR
	select SND_PCM
	help
	  Say Y here if you want to use the inbuilt audio controller
	  on the S3C2410 or S3C2440

endmenu
