diff options
author | Simon Glass | 2016-09-12 23:18:57 -0600 |
---|---|---|
committer | Tom Rini | 2016-09-16 17:27:20 -0400 |
commit | e404ade42d72513ea51d66b9474bcce194bab848 (patch) | |
tree | 8adb49365162910b1eb47431004b21a58c3321fc /arch/arm/mach-zynq/Kconfig | |
parent | e00f76cee906a48311d0c7c59b519b2e6a5c56f8 (diff) |
Convert CONFIG_SPL_SPI_FLASH_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-zynq/Kconfig')
-rw-r--r-- | arch/arm/mach-zynq/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig index e948551fa64..92e93524e63 100644 --- a/arch/arm/mach-zynq/Kconfig +++ b/arch/arm/mach-zynq/Kconfig @@ -18,6 +18,9 @@ config SPL_MMC_SUPPORT config SPL_SERIAL_SUPPORT default y +config SPL_SPI_FLASH_SUPPORT + default y if ZYNQ_QSPI + config SYS_BOARD default "zynq" |