diff options
| author | Jagan Teki <[email protected]> | 2015-08-16 00:19:38 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2015-10-25 20:17:02 +0530 |
| commit | 78a025ace8124a36e475251916d46cbdd029c5bb (patch) | |
| tree | 681cddfbf0f49721efdf43df3f7576bd9d676506 | |
| parent | 38a41675db949d86bfde2299a3eaebb4e105d8c1 (diff) | |
spi: Kconfig: Add Zynq QSPI controller entry
Add Zynq QSPI controller Kconfig entry.
Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Michal Simek <[email protected]>
Cc: Siva Durga Prasad Paladugu <[email protected]>
| -rw-r--r-- | drivers/spi/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 2f8cf19613a..7d7a9d08094 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -139,6 +139,15 @@ config ZYNQ_SPI access the SPI NOR flash on platforms embedding this Zynq SPI IP core. +config ZYNQ_QSPI + bool "Zynq QSPI driver" + depends on ARCH_ZYNQ + help + Enable the Zynq Quad-SPI (QSPI) driver. This driver can be + used to access the SPI NOR flash on platforms embedding this + Zynq QSPI IP core. This IP is used to connect the flash in + 4-bit qspi, 8-bit dual stacked and shared 4-bit dual parallel. + endif # if DM_SPI config FSL_ESPI |
