From 7bbf825492ef8399146a5885f5e4e90d296baf55 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 9 Dec 2015 00:44:42 +1000 Subject: arm: zynq: Update ZYBO config options Update the ZYBO device tree and enable config options that relate to the added devices in the device tree. Signed-off-by: Nathan Rossi Cc: Albert Aribaud Cc: Michal Simek Cc: Simon Glass Signed-off-by: Michal Simek --- configs/zynq_zybo_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/zynq_zybo_defconfig') diff --git a/configs/zynq_zybo_defconfig b/configs/zynq_zybo_defconfig index 6f0bd0b79c..d443e92189 100644 --- a/configs/zynq_zybo_defconfig +++ b/configs/zynq_zybo_defconfig @@ -17,3 +17,6 @@ CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_ZYNQ=y CONFIG_DEBUG_UART_BASE=0xe0001000 CONFIG_DEBUG_UART_CLOCK=50000000 +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_SPANSION=y +CONFIG_ZYNQ_QSPI=y -- cgit v1.2.1