diff options
author | Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com> | 2011-10-28 09:35:21 +0900 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-10-29 17:02:31 +0200 |
commit | 92b3a5c1bc3c7da1ae4675d014124f4a97ddb632 (patch) | |
tree | a5940f6b0ae8c1b08dc842e27c17f1bf68c6c500 /drivers/spi/Kconfig | |
parent | 39f1b56593293a3d1d3b49b97a59337a19fef053 (diff) | |
download | blackbird-op-linux-92b3a5c1bc3c7da1ae4675d014124f4a97ddb632.tar.gz blackbird-op-linux-92b3a5c1bc3c7da1ae4675d014124f4a97ddb632.zip |
spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOH
ML7831 is companion chip for Intel Atom E6xx series.
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 52e2900d9d8e..b02920a6e974 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -346,14 +346,14 @@ config SPI_TI_SSP serial port. config SPI_TOPCLIFF_PCH - tristate "Intel EG20T PCH/OKI SEMICONDUCTOR ML7213 IOH SPI controller" + tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) SPI" depends on PCI help SPI driver for the Topcliff PCH (Platform Controller Hub) SPI bus used in some x86 embedded processors. - This driver also supports the ML7213, a companion chip for the - Atom E6xx series and compatible with the Intel EG20T PCH. + This driver also supports the ML7213/ML7223/ML7831, a companion chip + for the Atom E6xx series and compatible with the Intel EG20T PCH. config SPI_TXX9 tristate "Toshiba TXx9 SPI controller" |