|
@@ -14,6 +14,8 @@ config SND_SOC_FSL_SAI
|
|
|
|
|
|
config SND_SOC_FSL_SSI
|
|
|
tristate "Synchronous Serial Interface module support"
|
|
|
+ select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n
|
|
|
+ select SND_SOC_IMX_PCM_FIQ if SND_IMX_SOC != n && ARCH_MXC
|
|
|
help
|
|
|
Say Y if you want to add Synchronous Serial Interface (SSI)
|
|
|
support for the Freescale CPUs.
|
|
@@ -23,6 +25,8 @@ config SND_SOC_FSL_SSI
|
|
|
config SND_SOC_FSL_SPDIF
|
|
|
tristate "Sony/Philips Digital Interface module support"
|
|
|
select REGMAP_MMIO
|
|
|
+ select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n
|
|
|
+ select SND_SOC_IMX_PCM_FIQ if SND_IMX_SOC != n && ARCH_MXC
|
|
|
help
|
|
|
Say Y if you want to add Sony/Philips Digital Interface (SPDIF)
|
|
|
support for the Freescale CPUs.
|