From: Marek Vasut Date: Wed, 4 Mar 2015 22:13:48 +0000 (+0100) Subject: spi: Add Cadence QSPI controller Kconfig entry X-Git-Tag: v2015.07-rc1~61^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=96bfdf01cabe0c4a14e84c14918fa3c6c59ee8f2;p=u-boot spi: Add Cadence QSPI controller Kconfig entry Add Cadence QSPI controller Kconfig entry. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Jagannadha Sutradharudu Teki Acked-by: Pavel Machek Acked-by: Simon Glass Acked-by: Stefan Roese Cc: Tom Rini Cc: Vince Bridgers --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index feb3725d13..357a33511f 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -43,3 +43,11 @@ config DESIGNWARE_SPI Enable the Designware SPI driver. This driver can be used to access the SPI NOR flash on platforms embedding this Designware IP core. + +config CADENCE_QSPI + bool "Cadence QSPI driver" + depends on DM_SPI + help + 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.