ASoC: tegra: Enable COMPILE_TEST builds
authorMark Brown <broonie@linaro.org>
Mon, 15 Jul 2013 16:09:40 +0000 (17:09 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 17 Jul 2013 11:11:50 +0000 (12:11 +0100)
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>
sound/soc/tegra/Kconfig

index 66b7a068202e49f7b2b3f3d786edabaeead8d154..8fc653ca3ab40b3ef04d1a58723a2466086ab8ff 100644 (file)
@@ -1,6 +1,6 @@
 config SND_SOC_TEGRA
        tristate "SoC Audio for the Tegra System-on-Chip"
-       depends on ARCH_TEGRA && TEGRA20_APB_DMA
+       depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
        select REGMAP_MMIO
        select SND_SOC_GENERIC_DMAENGINE_PCM
        help
This page took 0.024478 seconds and 5 git commands to generate.