diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-02-10 21:47:04 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-11 06:19:51 -0500 |
commit | 7d150c60f1a29c62e115e0ee2a5678400e724873 (patch) | |
tree | b6fa7c91341f764b4f17019e99efddc6ef5558fd /sound/soc/fsl | |
parent | 78957fc349bcf29d415a649601581a993ff25e4d (diff) |
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')
-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 @@ | |||
1 | config SND_SOC_FSL_SAI | 1 | config SND_SOC_FSL_SAI |
2 | tristate | 2 | tristate |
3 | select REGMAP_MMIO | ||
3 | select SND_SOC_GENERIC_DMAENGINE_PCM | 4 | select SND_SOC_GENERIC_DMAENGINE_PCM |
4 | 5 | ||
5 | config SND_SOC_FSL_SSI | 6 | config SND_SOC_FSL_SSI |
@@ -7,9 +8,11 @@ config SND_SOC_FSL_SSI | |||
7 | 8 | ||
8 | config SND_SOC_FSL_SPDIF | 9 | config SND_SOC_FSL_SPDIF |
9 | tristate | 10 | tristate |
11 | select REGMAP_MMIO | ||
10 | 12 | ||
11 | config SND_SOC_FSL_ESAI | 13 | config SND_SOC_FSL_ESAI |
12 | tristate | 14 | tristate |
15 | select REGMAP_MMIO | ||
13 | 16 | ||
14 | config SND_SOC_FSL_UTILS | 17 | config SND_SOC_FSL_UTILS |
15 | tristate | 18 | tristate |
@@ -204,7 +207,6 @@ config SND_SOC_IMX_SPDIF | |||
204 | tristate "SoC Audio support for i.MX boards with S/PDIF" | 207 | tristate "SoC Audio support for i.MX boards with S/PDIF" |
205 | select SND_SOC_IMX_PCM_DMA | 208 | select SND_SOC_IMX_PCM_DMA |
206 | select SND_SOC_FSL_SPDIF | 209 | select SND_SOC_FSL_SPDIF |
207 | select REGMAP_MMIO | ||
208 | help | 210 | help |
209 | SoC Audio support for i.MX boards with S/PDIF | 211 | SoC Audio support for i.MX boards with S/PDIF |
210 | Say Y if you want to add support for SoC audio on an i.MX board with | 212 | Say Y if you want to add support for SoC audio on an i.MX board with |