summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-07-20 12:10:28 +0200
committerLucas Stach <l.stach@pengutronix.de>2017-07-31 12:04:08 +0200
commit78c40c6e9e9bc23c46c9b5eda3bc8825cdf5e91a (patch)
tree446b20909d2c3b395fa2567a450a5a8e8f015924
parent5e9ef1331754a1569500dce69f575c47f076435c (diff)
downloadbarebox-78c40c6e9e9bc23c46c9b5eda3bc8825cdf5e91a.tar.gz
barebox-78c40c6e9e9bc23c46c9b5eda3bc8825cdf5e91a.tar.xz
ARM: at91: animeo: depend on !CONSOLE_NONE
The board file configures the consoles, so need console support. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
-rw-r--r--arch/arm/mach-at91/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 9db53b2261..3b572ebdfe 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -256,6 +256,7 @@ choice
config MACH_ANIMEO_IP
bool "Somfy Animeo IP"
+ depends on !CONSOLE_NONE
config MACH_AT91SAM9260EK
bool "Atmel AT91SAM9260-EK"