diff options
author | Jagan Teki <jteki@openedev.com> | 2015-06-27 00:51:38 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-07-01 21:15:03 +0530 |
commit | df30a425bbec7b849959f7dc7386e6db798dead6 (patch) | |
tree | 8ee09add861b9196773a08f1b2acfd85e7f2c8ab | |
parent | 5f24d123c868c8f2900c7c3f8aa7efc5e6ccc6be (diff) | |
download | u-boot-imx-df30a425bbec7b849959f7dc7386e6db798dead6.zip u-boot-imx-df30a425bbec7b849959f7dc7386e6db798dead6.tar.gz u-boot-imx-df30a425bbec7b849959f7dc7386e6db798dead6.tar.bz2 |
spi: Kconfig: Add Zynq SPI controller entry
Add Zynq SPI controller Kconfig entry.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Marek Vasut <marex@denx.de>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
-rw-r--r-- | drivers/spi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 357a335..fbff707 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -51,3 +51,11 @@ config CADENCE_QSPI Enable the Cadence Quad-SPI (QSPI) driver. This driver can be used to access the SPI NOR flash on platforms embedding this Cadence IP core. + +config ZYNQ_SPI + bool "Zynq SPI driver" + depends on DM_SPI && (ARCH_ZYNQ || TARGET_XILINX_ZYNQMP) + help + Enable the Zynq SPI driver. This driver can be used to + access the SPI NOR flash on platforms embedding this Zynq + SPI IP core. |