projects
/
GitHub
/
LineageOS
/
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:
2f6963c
)
ASoC: sunxi: depend on ARCH_SUNXI
author
Peter Robinson
<pbrobinson@gmail.com>
Tue, 23 Aug 2016 17:17:46 +0000
(18:17 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 24 Aug 2016 09:41:15 +0000
(10:41 +0100)
Depend on ARCH_SUNXI or COMPILE_TEST as it doesn't make sense to enable
these if the appropriate SoC they're embedded in isn't enabled.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/sunxi/Kconfig
b/sound/soc/sunxi/Kconfig
index 2a954bd01fd83e827e8e0b544384046703b973b5..dd2368297fd39c6d79a237f4e0c76a2bd7f438a4 100644
(file)
--- a/
sound/soc/sunxi/Kconfig
+++ b/
sound/soc/sunxi/Kconfig
@@
-1,4
+1,5
@@
menu "Allwinner SoC Audio support"
+ depends on ARCH_SUNXI || COMPILE_TEST
config SND_SUN4I_CODEC
tristate "Allwinner A10 Codec Support"