summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-01-18 10:51:41 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-19 16:27:51 +0100
commitaa01ab27ffbee9a225cf96576c94f31986820b7e (patch)
tree34f36320c7057c5f8c3d1e6d463ad5084a818856 /arch
parent2428227a907fb4ccd9d36ba8cb50a3eeadc7c8bc (diff)
downloadbarebox-aa01ab27ffbee9a225cf96576c94f31986820b7e.tar.gz
barebox-aa01ab27ffbee9a225cf96576c94f31986820b7e.tar.xz
arm: omap: OMAP_SERIALBOOT needs console support
It is quite useless without a console and breaks the build. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index 93fa35a208..9c41741b50 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -149,6 +149,7 @@ config OMAP_SERIALBOOT
select XYMODEM
select FS_RAMFS
depends on ARCH_AM33XX && SHELL_NONE
+ depends on !CONSOLE_NONE
help
Say Y here if you want to load the 2nd stage barebox.bin with
xmodem after booting from serial line.