diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-08 12:20:37 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-08 13:21:18 -0400 |
commit | 4345adf92db760ca1a54061ce284aaa2e7d0791e (patch) | |
tree | 74bd4062ef6efd199b415d2d2d724e1a3b134af7 /sound/soc/fsl/Kconfig | |
parent | bae35992afc7ca2f446108b16670d76de0624e7a (diff) |
ASoC: fsl_spdif: Select regmap-mmio
The S/PDIF driver needs regmap so select it to make sure it gets
included in the build.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Nicolin Chen <b42378@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 704e246f5b1e..b7ab71f2ccc1 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -198,6 +198,7 @@ config SND_SOC_IMX_SPDIF | |||
198 | select SND_SOC_IMX_PCM_DMA | 198 | select SND_SOC_IMX_PCM_DMA |
199 | select SND_SOC_FSL_SPDIF | 199 | select SND_SOC_FSL_SPDIF |
200 | select SND_SOC_SPDIF | 200 | select SND_SOC_SPDIF |
201 | select REGMAP_MMIO | ||
201 | help | 202 | help |
202 | SoC Audio support for i.MX boards with S/PDIF | 203 | SoC Audio support for i.MX boards with S/PDIF |
203 | Say Y if you want to add support for SoC audio on an i.MX board with | 204 | Say Y if you want to add support for SoC audio on an i.MX board with |