diff options
author | Masayuki Ohtake <masa-korg@dsn.okisemi.com> | 2010-10-08 12:44:49 -0600 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-10-08 12:44:49 -0600 |
commit | e8b17b5b3f30252b5470dbbf54bc251ddc7fac17 (patch) | |
tree | 87792eec89f73e15210938a586abeea061ed12be /drivers/spi/Kconfig | |
parent | 0c92ecf10d9fb80b1798d2a9adfdea17f8f5e6d9 (diff) |
spi/topcliff: Add topcliff platform controller hub (PCH) spi bus driver
Topcliff PCH is the platform controller hub that is going to be used
in Intel's upcoming general embedded platform. All IO peripherals in
Topcliff PCH are actually devices sitting on AMBA bus. This patch
adds a driver for the SPI bus integrated into the Topcliff device.
Signed-off-by: Masayuki Ohtake <masa-korg@dsn.okisemi.com>
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 91c2f4f3af10..b32167a686bb 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -298,6 +298,14 @@ config SPI_STMP3XXX help SPI driver for Freescale STMP37xx/378x SoC SSP interface +config SPI_TOPCLIFF_PCH + tristate "PCH SPI Controller" + depends on PCI + help + This driver is for PCH(Platform controller Hub) SPI of Topcliff which + is an IOH(Input/Output Hub) for x86 embedded processor. + This driver can access PCH SPI bus device. + config SPI_TXX9 tristate "Toshiba TXx9 SPI controller" depends on GENERIC_GPIO && CPU_TX49XX |