diff options
| author | Tuomas Tynkkynen <[email protected]> | 2018-02-07 02:42:22 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-02-13 23:01:44 -0500 |
| commit | 4a942f49b891872727aa0bdba58e2ca513fc455c (patch) | |
| tree | 45e7474eec60cf39c54852a9ebdc225e1b393791 /drivers | |
| parent | 2c4b096b4c3e9d115b43edb23b1592a297076ae4 (diff) | |
spi: Migrate CONFIG_KIRKWOOD_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 79cd54e10cb..21dd6e09695 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -257,6 +257,12 @@ config TI_QSPI Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms. This driver support spi flash single, quad and memory reads. +config KIRKWOOD_SPI + bool "Marvell Kirkwood SPI Driver" + help + Enable support for SPI on various Marvell SoCs, such as + Kirkwood and Armada 375. + config LPC32XX_SSP bool "LPC32XX SPI Driver" help |
