diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-02-07 02:42:22 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:01:44 -0500 |
commit | 4a942f49b891872727aa0bdba58e2ca513fc455c (patch) | |
tree | 45e7474eec60cf39c54852a9ebdc225e1b393791 /drivers | |
parent | 2c4b096b4c3e9d115b43edb23b1592a297076ae4 (diff) | |
download | u-boot-4a942f49b891872727aa0bdba58e2ca513fc455c.zip u-boot-4a942f49b891872727aa0bdba58e2ca513fc455c.tar.gz u-boot-4a942f49b891872727aa0bdba58e2ca513fc455c.tar.bz2 |
spi: Migrate CONFIG_KIRKWOOD_SPI 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 79cd54e..21dd6e0 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 |