Skip to content

Commit

Permalink
ASoC: fsl: make sure the regmap-mmio is actually enabled
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xiubo Li authored and Mark Brown committed Feb 11, 2014
1 parent 78957fc commit 7d150c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
config SND_SOC_FSL_SAI
tristate
select REGMAP_MMIO
select SND_SOC_GENERIC_DMAENGINE_PCM

config SND_SOC_FSL_SSI
tristate

config SND_SOC_FSL_SPDIF
tristate
select REGMAP_MMIO

config SND_SOC_FSL_ESAI
tristate
select REGMAP_MMIO

config SND_SOC_FSL_UTILS
tristate
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7d150c6

Please sign in to comment.