From: Peter Robinson Date: Tue, 23 Aug 2016 17:17:46 +0000 (+0100) Subject: ASoC: sunxi: depend on ARCH_SUNXI X-Git-Tag: v4.9-rc1~120^2^2~2^6~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=702650bda073cb9df90e3a091ee515f340133b05;p=karo-tx-linux.git ASoC: sunxi: depend on ARCH_SUNXI 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/sunxi/Kconfig b/sound/soc/sunxi/Kconfig index 2a954bd01fd8..dd2368297fd3 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"