diff options
author | Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com> | 2011-06-07 01:50:10 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-08 18:53:48 -0400 |
commit | f016aeb655350ef935ddf336e22cb00452a1c41e (patch) | |
tree | ec3642a02c7b0358fbb8a7fe2ce9bb3f9c3cc7d3 /drivers/spi/Kconfig | |
parent | ca632f556697d45d67ed5cada7cedf3ddfe0db4b (diff) |
spi/topcliff_pch: support new device ML7213 IOH
Support ML7213 device of OKI SEMICONDUCTOR.
ML7213 is companion chip of Intel Atom E6xx series for IVI(In-Vehicle Infotainment).
ML7213 is compatible for Intel EG20T PCH.
v4: - Delete unrelated whitespace
- Prevent device driver from accessing platform data
- Add __devinit and __devexit
- Save pdev->dev to pd_dev->dev.parent
- Have own suspend/resume processing in platform_driver.
- Care returned value in pch_spi_init
- Change unregister order
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 9578a8492012..c013481fa186 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -371,12 +371,15 @@ config SPI_TI_SSP | |||
371 | serial port. | 371 | serial port. |
372 | 372 | ||
373 | config SPI_TOPCLIFF_PCH | 373 | config SPI_TOPCLIFF_PCH |
374 | tristate "Topcliff PCH SPI Controller" | 374 | tristate "Intel EG20T PCH/OKI SEMICONDUCTOR ML7213 IOH SPI controller" |
375 | depends on PCI | 375 | depends on PCI |
376 | help | 376 | help |
377 | SPI driver for the Topcliff PCH (Platform Controller Hub) SPI bus | 377 | SPI driver for the Topcliff PCH (Platform Controller Hub) SPI bus |
378 | used in some x86 embedded processors. | 378 | used in some x86 embedded processors. |
379 | 379 | ||
380 | This driver also supports the ML7213, a companion chip for the | ||
381 | Atom E6xx series and compatible with the Intel EG20T PCH. | ||
382 | |||
380 | config SPI_TXX9 | 383 | config SPI_TXX9 |
381 | tristate "Toshiba TXx9 SPI controller" | 384 | tristate "Toshiba TXx9 SPI controller" |
382 | depends on GENERIC_GPIO && CPU_TX49XX | 385 | depends on GENERIC_GPIO && CPU_TX49XX |