config SND_UMVP_SOC
	tristate "SoC Audio for the GUC UMVP chip"
	depends on ARCH_UMVP
	help
	  Say Y or M if you want to add support for codecs attached to
	  the I2S interface. You will also need
	  to select the audio interfaces to support below.

config SND_UMVP_SOC_I2S
	tristate

config SND_SOC_UMVP_WM8731
	tristate "SoC Audio support for UMVP platform plus codec wm8731"
	depends on SND_UMVP_SOC 
	select SND_UMVP_SOC_I2S
	select SND_SOC_WM8731
	help
	  Say Y if you want to add support for SoC audio on UMVP platform.

config SND_SOC_UMVP_SSM2602
	tristate "SoC Audio support for UMVP platform plus codec ssm2602"
	depends on SND_UMVP_SOC 
	select SND_UMVP_SOC_I2S
	select SND_SOC_SSM2602
	help
	  Say Y if you want to add support for SoC audio on UMVP platform.

config SND_SOC_UMVP_TW2865
	tristate "SoC Audio support for UMVP platform plus codec tw2865"
	depends on SND_UMVP_SOC 
	select SND_UMVP_SOC_I2S
	select SND_SOC_TW2865
	help
	  Say Y if you want to add support for SoC audio on UMVP platform.

