diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-15 12:09:40 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-17 07:11:50 -0400 |
commit | 22abf843af0686a58b2b6b33d02388d4bbbbcd25 (patch) | |
tree | b0b261b1cf25fcba13d26cd8a5d644a1635021a9 /sound/soc/tegra | |
parent | 2086d078359f0fa512543404f772fc0615da385a (diff) |
ASoC: tegra: Enable COMPILE_TEST builds
Since there is no architecture dependency in the code allow it to be built
on any platform when COMPILE_TEST is enabled.
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r-- | sound/soc/tegra/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 66b7a068202e..8fc653ca3ab4 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
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 && TEGRA20_APB_DMA | 3 | depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST |
4 | select REGMAP_MMIO | 4 | select REGMAP_MMIO |
5 | select SND_SOC_GENERIC_DMAENGINE_PCM | 5 | select SND_SOC_GENERIC_DMAENGINE_PCM |
6 | help | 6 | help |