diff options
| author | Tuomas Tynkkynen <[email protected]> | 2018-02-07 02:42:16 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-02-13 23:00:29 -0500 |
| commit | 95d3877a5818cc3f149a9d443637ff145bbaaabb (patch) | |
| tree | d19b3322f5bb9cbac21d5fd58b898c3c4db00c05 /drivers | |
| parent | 4d69009462accf492d6fc90dc6777c7ea77d2c1e (diff) | |
spi: Migrate CONFIG_SH_SPI to Kconfig
Signed-off-by: Tuomas Tynkkynen <[email protected]>
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 1e95dc4559b..3d2cd2db007 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -239,6 +239,12 @@ config DAVINCI_SPI help Enable the Davinci SPI driver +config SH_SPI + bool "SuperH SPI driver" + help + Enable the SuperH SPI controller driver. This driver can be used + on various SuperH SoCs, such as SH7757. + config TI_QSPI bool "TI QSPI driver" help |
