diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-07-06 08:33:25 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-08 19:56:03 (GMT) |
commit | f88c431b8a264872e9391e039541792a13a5076a (patch) | |
tree | 1a7a68402404e2f886aacc80a980ef4131412c1e /drivers/spi/Kconfig | |
parent | fad51ac3af429d5b5b6f6ad4d924ee00e1525db1 (diff) | |
download | u-boot-f88c431b8a264872e9391e039541792a13a5076a.tar.xz |
powerpc, 8xx: move SPI driver to drivers/spi/
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'drivers/spi/Kconfig')
-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 fe01c73..8a8e8e4 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -223,4 +223,10 @@ 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 MPC8XX_SPI + bool "MPC8XX SPI Driver" + depends on 8xx + help + Enable support for SPI on MPC8XX + endmenu # menu "SPI Support" |