# ALSA ARM drivers

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

config SND_SA11XX_UDA1341
	tristate "SA11xx UDA1341TS driver (H3600)"
	depends on ARCH_SA1100 && SND && L3
	help
	  Say Y or M if you have a Compaq iPaq H3x00 handheld computer and want
	  to use its Philips UDA 1341 audio chip.

config SND_BACKPAQ_UDA1341
       tristate "BACKPAQ UDA1341 driver"
       depends on ARCH_SA1100 && SND && I2C
       help
         Say Y or M if you have a Compaq iPaq handheld computer and want
         to use the BackPAQ UDA1341 audio chip.

config SND_PXA_UDA1380
       tristate "PXA UDA1380 driver (H3900)"
       depends on ARCH_PXA && SND && I2C
       help
         Say Y or M if you have a Compaq iPaq H3900 handheld computer and want
         to use its Philips UDA 1380 audio chip.

endmenu

