diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-02-11 10:47:04 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-11 11:19:51 +0000 |
commit | 7d150c60f1a29c62e115e0ee2a5678400e724873 (patch) | |
tree | b6fa7c91341f764b4f17019e99efddc6ef5558fd /sound/soc/fsl/Kconfig | |
parent | 78957fc349bcf29d415a649601581a993ff25e4d (diff) | |
download | linux-7d150c60f1a29c62e115e0ee2a5678400e724873.tar.gz linux-7d150c60f1a29c62e115e0ee2a5678400e724873.tar.bz2 linux-7d150c60f1a29c62e115e0ee2a5678400e724873.zip |
ASoC: fsl: make sure the regmap-mmio is actually enabled
Since the Freescale SAI, ESAI and SPDIF are using the regmap-mmio,
there needs a select of REGMAP_MMIO in the Kconfig to ensure that
regmap-mmio is actually enabled.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 07f8f141727d..d0914c065a74 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -1,5 +1,6 @@ config SND_SOC_FSL_SAI tristate + select REGMAP_MMIO select SND_SOC_GENERIC_DMAENGINE_PCM config SND_SOC_FSL_SSI @@ -7,9 +8,11 @@ config SND_SOC_FSL_SSI config SND_SOC_FSL_SPDIF tristate + select REGMAP_MMIO config SND_SOC_FSL_ESAI tristate + select REGMAP_MMIO config SND_SOC_FSL_UTILS tristate @@ -204,7 +207,6 @@ config SND_SOC_IMX_SPDIF tristate "SoC Audio support for i.MX boards with S/PDIF" select SND_SOC_IMX_PCM_DMA select SND_SOC_FSL_SPDIF - select REGMAP_MMIO help SoC Audio support for i.MX boards with S/PDIF Say Y if you want to add support for SoC audio on an i.MX board with |