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:
parent
2f6963cb52
commit
702650bda0
|
@ -1,4 +1,5 @@
|
|||
menu "Allwinner SoC Audio support"
|
||||
depends on ARCH_SUNXI || COMPILE_TEST
|
||||
|
||||
config SND_SUN4I_CODEC
|
||||
tristate "Allwinner A10 Codec Support"
|
||||
|
|
Loading…
Reference in New Issue