[PATCH 3/3] ARM: at91: animeo: depend on !CONSOLE_NONE

Lucas Stach l.stach at pengutronix.de
Thu Jul 20 03:10:28 PDT 2017


The board file configures the consoles, so need console support.

Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
 arch/arm/mach-at91/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 9db53b2261db..3b572ebdfe61 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"
-- 
2.11.0




More information about the barebox mailing list