[alsa-devel] [PATCH] ASoC: sunxi: depend on ARCH_SUNXI
23 Aug
2016
23 Aug
'16
7:17 p.m.
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 --- sound/soc/sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/sunxi/Kconfig b/sound/soc/sunxi/Kconfig index 2a954bd..dd23682 100644 --- 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"
--
2.9.3
3044
Age (days ago)
3044
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Robinson