projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c119b
)
ASoC: imx: Enable COMPILE_TEST builds
author
Mark Brown
<broonie@linaro.org>
Mon, 15 Jul 2013 16:03:18 +0000
(17:03 +0100)
committer
Mark Brown
<broonie@linaro.org>
Tue, 16 Jul 2013 12:51:04 +0000
(13:51 +0100)
Since DT based boards don't have any dependency on arch/arm enable them
if COMPILE_TEST is enabled.
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
sound/soc/fsl/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/fsl/Kconfig
b/sound/soc/fsl/Kconfig
index aa438546c91271f69c26beb1646b85f4b34357cf..87e28bcf7a83d6e285804aba284c2ac027495d80 100644
(file)
--- a/
sound/soc/fsl/Kconfig
+++ b/
sound/soc/fsl/Kconfig
@@
-98,7
+98,7
@@
endif # SND_POWERPC_SOC
menuconfig SND_IMX_SOC
tristate "SoC Audio for Freescale i.MX CPUs"
- depends on ARCH_MXC
+ depends on ARCH_MXC
|| COMPILE_TEST
help
Say Y or M if you want to add support for codecs attached to
the i.MX CPUs.