diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2009-11-04 22:34:18 (GMT) |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-11-04 22:34:18 (GMT) |
commit | 42bbb70980f3720b0ae6da6af862af0e95a04351 (patch) | |
tree | 934ef43d2e39c73ee52ba91554dc369abff8324c /drivers/spi/Kconfig | |
parent | ad6577629acf8a3f47165248ca7ccc0d94673ada (diff) | |
download | linux-42bbb70980f3720b0ae6da6af862af0e95a04351.tar.xz |
powerpc/5200: Add mpc5200-spi (non-PSC) device driver
Adds support for the dedicated SPI device on the Freescale MPC5200(b)
SoC.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4b6f7cb..2a4ba19 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -133,6 +133,14 @@ config SPI_LM70_LLP which interfaces to an LM70 temperature sensor using a parallel port. +config SPI_MPC52xx + tristate "Freescale MPC52xx SPI (non-PSC) controller support" + depends on PPC_MPC52xx && SPI + select SPI_MASTER_OF + help + This drivers supports the MPC52xx SPI controller in master SPI + mode. + config SPI_MPC52xx_PSC tristate "Freescale MPC52xx PSC SPI controller" depends on PPC_MPC52xx && EXPERIMENTAL |