diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-02-07 02:42:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:00:47 -0500 |
commit | a5dfabea19f961826509118513f833cea25797bb (patch) | |
tree | 1bf1d51845008e31e146c555a22fec5795844823 /drivers | |
parent | 95d3877a5818cc3f149a9d443637ff145bbaaabb (diff) | |
download | u-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')
-rw-r--r-- | drivers/spi/Kconfig | 6 |
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 |