config SND_MFLD_MACHINE
	tristate "SOC Machine Audio driver for Intel Medfield MID platform"
	depends on INTEL_SCU_IPC && INTEL_SCU_IPC_UTIL && X86 && GPIO_LANGWELL
	depends on MSIC_GPADC
	select SND_SOC_SN95031
	select SND_SST_PLATFORM
	select SND_INTEL_SST
	default n
	help
          This adds support for ASoC machine driver for Intel(R) MID Medfield platform
          used as alsa device in audio subsystem in Intel(R) MID devices
          Say Y if you have such a device
	  If unsure select "N".

config SND_MFLD_MACHINE_GI
	tristate "SOC Machine Audio driver for Intel Medfield GI board"
	depends on INTEL_SCU_IPC && INTEL_SCU_IPC_UTIL && X86 && GPIO_LANGWELL
	depends on MSIC_GPADC
	select SND_SOC_SN95031
	select SND_SST_PLATFORM
	select SND_INTEL_SST
	default n
	help
          This adds support for ASoC machine driver for Gilligan Island board, based on
	  Intel(R) MID Medfield platform. This will create an alsa sound card.
          Say Y if you have such a device
          If unsure select "N".

config SND_YUKKABEACH_MACHINE
	tristate "SOC Machine Audio driver for Intel Yukkbeach board"
	depends on INTEL_SCU_IPC && INTEL_SCU_IPC_UTIL && X86 && GPIO_LANGWELL
	depends on MSIC_GPADC
	select SND_SOC_SN95031
	select SND_SST_PLATFORM
	select SND_INTEL_SST
	default n
	help
          This adds support for ASoC machine driver for Yukkabeach board, based on
	  Intel(R) MID Medfield platform(and Lexington board). This will create an
	  alsa sound card.
          Say Y if you have such a device
          If unsure select "N".

config SND_MRFLD_MACHINE
	tristate "SOC Machine Audio driver for Intel Merrifield MID platform"
	depends on INTEL_SCU_IPC && X86
	select SND_SOC_LM49453
	select SND_SST_PLATFORM
	select SND_INTEL_SST
	default n
	help
	  This adds support for ASoC machine driver for Intel(R) MID Merrifield platform
          used as alsa device in audio substem in Intel(R) MID devices
          Say Y if you have such a device
          If unsure select "N".

config SND_CTP_MACHINE
	tristate "SOC Machine Audio driver for Intel Cloverview MID platform"
	depends on INTEL_SCU_IPC_UTIL && X86 && GPIO_LANGWELL
	select SND_SOC_CS42L73
	select SND_SST_PLATFORM
	select SND_INTEL_SST
	select SND_COMPRESS_SST
	select SND_COMPRESS_OFFLOAD
	select SND_SOC_COMMS_SSP
	default n
	help
          This adds support for ASoC machine driver for Intel(R) MID Cloverview platform
	  used as alsa device in audio substem in Intel(R) MID devices
          Say Y if you have such a device
          If unsure select "N".

config SND_SOC_CS42L73_VSP_MASTER
	tristate "Codec CS42L73 VSP sets up to master mode"
	select SND_SOC_CS42L73
	default n

config SND_INTEL_SST
       tristate

config SND_COMPRESS_SST
	tristate "Compressed framework driver for Intel(R) SST engine"

config SND_SST_PLATFORM
	tristate

config SND_SOC_COMMS_SSP
	tristate "Use ASOC framework to drive AudioComms SSP0 and SSP1"

config SND_MFLD_MONO_SPEAKER_SUPPORT
	tristate "Mono Speaker support for Medfield based devices"
	default N
	help
          This adds support for Mono speaker support on Intel(R) MID Medfield based devices.
          Say Y if you have device with mono speaker. If you say N support for stereo speakers
          will be enabled.
          If unsure select "N".

