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

config SND_PESARO_SOC_PLATFORM
	tristate "SoC Audio support for VATICS PESARO Platform"
	depends on SND_VATICS_SOC
	select SND_VATICS_I2S
	help
	  Say Y if you want to add support for SoC audio on VATICS
	  EVM platforms.

config SND_PESARO_CODEC_SSM2603
	tristate "Codec SSM2603 support"
	depends on SND_VATICS_SOC
	select SND_PESARO_SOC_FPGA
	help
	  Say Y if you want to add support ssm2603 codec on VATICS
	  EVM platforms.

config SND_PESARO_CODEC_SYNOPSYS
	tristate "Build-in internal codec support"
	depends on SND_VATICS_SOC
	help
	  Say Y if you want to add support synopsys codec on VATICS
	  EVM platforms.

config SND_PESARO_HDMI_AUDIO
	tristate "HDMI audio support"
	depends on SND_VATICS_SOC
	help
	  Say Y if you want to add support hdmi audio on VATICS
	  EVM platforms.

config CODEC_WM8974
	tristate "Codec WM8974 support"
	depends on SND_VATICS_SOC
	select SND_SOC_WM8974
	select SND_PESARO_EXTERNAL_CODEC
	help
	  Say Y if you want to add support wm8974 codec on VATICS
	  EVM platforms.

config CODEC_WM8940
	tristate "Codec WM8940 support"
	depends on SND_VATICS_SOC
	select SND_SOC_WM8940
	select SND_PESARO_EXTERNAL_CODEC
	help
	  Say Y if you want to add support wm8940 codec on VATICS
	  EVM platforms.

config SND_PESARO_EXTERNAL_CODEC
	tristate "External codec"
	#depends on CODEC_WM8940 
	#depends on CODEC_WM8974
	help
	  Say Y if you are using external codecs on VATICS
	  EVM platforms.

config NONALSA_AUDIO
	tristate "NONALSA audio support"
	help
	  Say Y if you want to add support non-alsa audio on VATICS
	  EVM platforms. This option can not be enabled with ALSA audio together.
