diff options
-rw-r--r-- | sound/soc/fsl/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 0a118265c31e..807448ceef96 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -14,6 +14,8 @@ config SND_SOC_FSL_SAI | |||
14 | 14 | ||
15 | config SND_SOC_FSL_SSI | 15 | config SND_SOC_FSL_SSI |
16 | tristate "Synchronous Serial Interface module support" | 16 | tristate "Synchronous Serial Interface module support" |
17 | select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n | ||
18 | select SND_SOC_IMX_PCM_FIQ if SND_IMX_SOC != n && ARCH_MXC | ||
17 | help | 19 | help |
18 | Say Y if you want to add Synchronous Serial Interface (SSI) | 20 | Say Y if you want to add Synchronous Serial Interface (SSI) |
19 | support for the Freescale CPUs. | 21 | support for the Freescale CPUs. |
@@ -23,6 +25,8 @@ config SND_SOC_FSL_SSI | |||
23 | config SND_SOC_FSL_SPDIF | 25 | config SND_SOC_FSL_SPDIF |
24 | tristate "Sony/Philips Digital Interface module support" | 26 | tristate "Sony/Philips Digital Interface module support" |
25 | select REGMAP_MMIO | 27 | select REGMAP_MMIO |
28 | select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n | ||
29 | select SND_SOC_IMX_PCM_FIQ if SND_IMX_SOC != n && ARCH_MXC | ||
26 | help | 30 | help |
27 | Say Y if you want to add Sony/Philips Digital Interface (SPDIF) | 31 | Say Y if you want to add Sony/Philips Digital Interface (SPDIF) |
28 | support for the Freescale CPUs. | 32 | support for the Freescale CPUs. |