diff options
author | Steven A. Falco <sfalco@harris.com> | 2009-09-22 16:45:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 07:39:43 -0700 |
commit | 44dab88e7cc99d1d2caa9a8936e09d9a98a6761a (patch) | |
tree | 412611ccdccc4e9dd348f1568bc3ed8055720fff /drivers/spi/Kconfig | |
parent | 7a8fa725b21ae19a3d9a2de196a440da8c9085a6 (diff) | |
download | linux-3.10-44dab88e7cc99d1d2caa9a8936e09d9a98a6761a.tar.gz linux-3.10-44dab88e7cc99d1d2caa9a8936e09d9a98a6761a.tar.bz2 linux-3.10-44dab88e7cc99d1d2caa9a8936e09d9a98a6761a.zip |
spi: add spi_ppc4xx driver
This adds a SPI driver for the SPI controller found in the IBM/AMCC
4xx PowerPC's.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Steven A. Falco <sfalco@harris.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 86056d1409b..3ac072f6db3 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -171,6 +171,13 @@ config SPI_PL022 controller. If you have an embedded system with an AMBA(R) bus and a PL022 controller, say Y or M here. +config SPI_PPC4xx + tristate "PPC4xx SPI Controller" + depends on PPC32 && 4xx && SPI_MASTER + select SPI_BITBANG + help + This selects a driver for the PPC4xx SPI Controller. + config SPI_PXA2XX tristate "PXA2xx SSP SPI master" depends on ARCH_PXA && EXPERIMENTAL |