diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-04-13 13:23:36 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-13 13:30:24 -0400 |
commit | d19e779b8454781afdfdb17357d5961f76961b03 (patch) | |
tree | d1a22fcb01b2977f106121908c972b900f864c8b /sound/soc/tegra | |
parent | cd04461e2f491c81d30fb3b234cf43db3f098103 (diff) |
ASoC: tegra: select REGMAP_MMIO
All Tegra ASoC drivers will be reworked to use MMIO regmaps. Select
this in Kconfig.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r-- | sound/soc/tegra/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 441c317252f9..5331c61faf01 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config SND_SOC_TEGRA | 1 | config SND_SOC_TEGRA |
2 | tristate "SoC Audio for the Tegra System-on-Chip" | 2 | tristate "SoC Audio for the Tegra System-on-Chip" |
3 | depends on ARCH_TEGRA && TEGRA_SYSTEM_DMA | 3 | depends on ARCH_TEGRA && TEGRA_SYSTEM_DMA |
4 | select REGMAP_MMIO | ||
4 | help | 5 | help |
5 | Say Y or M here if you want support for SoC audio on Tegra. | 6 | Say Y or M here if you want support for SoC audio on Tegra. |
6 | 7 | ||