config SND_MXC_SOC
 tristate "SoC Audio for the Freescale i.MX CPU"
 depends on ARCH_MXC && SND
 select SND_PCM
 help
   Say Y or M if you want to add support for codecs attached to
   the MXC I2S or SSP interface. You will also need
   to select the audio interfaces to support below.

if SND_MXC_SOC

config SND_MXC_SOC_SSI
 tristate

config SND_MXC_SOC_IRAM
 bool "Locate Audio DMA playback buffers in IRAM"
 help
   Say Y if you don't want Audio playback buffers in external ram

config SND_SOC_IMX_3STACK_SGTL5000
 tristate "SoC Audio support for IMX - SGTL5000"
 select SND_MXC_SOC_SSI
 select SND_SOC_SGTL5000
 help
   Say Y if you want to add support for SoC audio on IMX 3STACK
   with the SGTL5000.

endif

