summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynq
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2015-03-10 20:59:06 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-11 09:36:26 +0100
commit2084bface21d99cf4aba76db501359f553cf7d4e (patch)
tree86d2e51c004e02166d1500fa99acb1a76dd351ed /arch/arm/mach-zynq
parent0ca1bc43e87f6e9899383995a4b22541348b568e (diff)
downloadbarebox-2084bface21d99cf4aba76db501359f553cf7d4e.tar.gz
barebox-2084bface21d99cf4aba76db501359f553cf7d4e.tar.xz
ARM: zynq: zedboard: don't select serial
Selecting the serial driver breaks the build with CONFIG_SERIAL_NONE. Move it to the defconfig of the board instead, like we do on other boards. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-zynq')
-rw-r--r--arch/arm/mach-zynq/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index 6d02cb28ca..d35bd41232 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -28,7 +28,6 @@ choice
config MACH_ZEDBOARD
bool "Avnet Zynq-7000 ZedBoard"
- select DRIVER_SERIAL_CADENCE
endchoice
endif