diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-02-07 02:42:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:01:44 -0500 |
commit | 2c4b096b4c3e9d115b43edb23b1592a297076ae4 (patch) | |
tree | 0b557e1629c37a9e6f618737f880035d370db96e /drivers | |
parent | bbdf38698ee5c96138868d563c6825cd48bb26dc (diff) | |
download | u-boot-2c4b096b4c3e9d115b43edb23b1592a297076ae4.zip u-boot-2c4b096b4c3e9d115b43edb23b1592a297076ae4.tar.gz u-boot-2c4b096b4c3e9d115b43edb23b1592a297076ae4.tar.bz2 |
spi: Migrate CONFIG_LPC32XX_SSP to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index a16faa6..79cd54e 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -257,6 +257,11 @@ 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 LPC32XX_SSP + bool "LPC32XX SPI Driver" + help + Enable support for SPI on LPC32xx + config MPC8XX_SPI bool "MPC8XX SPI Driver" depends on 8xx |