aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-02-07 02:42:17 +0200
committerTom Rini <trini@konsulko.com>2018-02-13 23:00:47 -0500
commita5dfabea19f961826509118513f833cea25797bb (patch)
tree1bf1d51845008e31e146c555a22fec5795844823 /drivers/spi
parent95d3877a5818cc3f149a9d443637ff145bbaaabb (diff)
downloadu-boot-a5dfabea19f961826509118513f833cea25797bb.zip
u-boot-a5dfabea19f961826509118513f833cea25797bb.tar.gz
u-boot-a5dfabea19f961826509118513f833cea25797bb.tar.bz2
spi: Migrate CONFIG_SH_QSPI to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 3d2cd2d..a1f9373 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -245,6 +245,12 @@ config SH_SPI
Enable the SuperH SPI controller driver. This driver can be used
on various SuperH SoCs, such as SH7757.
+config SH_QSPI
+ bool "Renesas Quad SPI driver"
+ help
+ Enable the Renesas Quad SPI controller driver. This driver can be
+ used on Renesas SoCs.
+
config TI_QSPI
bool "TI QSPI driver"
help