diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-08 12:20:37 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:05:44 -0400 |
commit | 16e6a34703a5799780fdea2b8978c0fc95ea8593 (patch) | |
tree | f1b90f463d57fd215533dae2456f7afd37fe26bb /sound/soc/fsl/Kconfig | |
parent | d72eef792cb5d57aeb7fc5d4f5477e273faeee6f (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>
Signed-off-by: Nicolin Chen <b42378@freescale.com>
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 e3d3e01bb03f..8e8f14471cca 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -226,6 +226,7 @@ config SND_SOC_IMX_SPDIF | |||
226 | select SND_SOC_IMX_PCM_DMA | 226 | select SND_SOC_IMX_PCM_DMA |
227 | select SND_SOC_FSL_SPDIF | 227 | select SND_SOC_FSL_SPDIF |
228 | select SND_SOC_SPDIF | 228 | select SND_SOC_SPDIF |
229 | select REGMAP_MMIO | ||
229 | help | 230 | help |
230 | SoC Audio support for i.MX boards with S/PDIF | 231 | SoC Audio support for i.MX boards with S/PDIF |
231 | Say Y if you want to add support for SoC audio on an i.MX board with | 232 | Say Y if you want to add support for SoC audio on an i.MX board with |