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 <pbrobinson@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Peter Robinson 2016-08-23 18:17:46 +01:00 committed by Mark Brown
parent 2f6963cb52
commit 702650bda0

View file

@ -1,4 +1,5 @@
menu "Allwinner SoC Audio support"
depends on ARCH_SUNXI || COMPILE_TEST
config SND_SUN4I_CODEC
tristate "Allwinner A10 Codec Support"