diff options
author | Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com> | 2011-03-01 00:16:23 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2011-03-01 19:36:13 -0500 |
commit | 173442f2787c88e1ed1bb62aaeb6fd9127720559 (patch) | |
tree | f939237b918ee563c61d9083b649c04a8f0c3ff1 /drivers/i2c/busses/Kconfig | |
parent | 493f3358cb289ccf716c5a14fa5bb52ab75943e5 (diff) |
i2c-eg20t: support new device OKI SEMICONDUCTOR ML7213 IOH
Support new device OKI SEMICONDUCTOR ML7213 IOH.
The ML7213 which is for IVI(In-Vehicle Infotainment) is a companion
chip for the Atom E6xx series and compatible with the Intel EG20T
PCH.
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 113505a6434e..5b592dfcbd78 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -639,12 +639,15 @@ config I2C_XILINX | |||
639 | will be called xilinx_i2c. | 639 | will be called xilinx_i2c. |
640 | 640 | ||
641 | config I2C_EG20T | 641 | config I2C_EG20T |
642 | tristate "PCH I2C of Intel EG20T" | 642 | tristate "Intel EG20T PCH/OKI SEMICONDUCTOR ML7213 IOH" |
643 | depends on PCI | 643 | depends on PCI |
644 | help | 644 | help |
645 | This driver is for PCH(Platform controller Hub) I2C of EG20T which | 645 | This driver is for PCH(Platform controller Hub) I2C of EG20T which |
646 | is an IOH(Input/Output Hub) for x86 embedded processor. | 646 | is an IOH(Input/Output Hub) for x86 embedded processor. |
647 | This driver can access PCH I2C bus device. | 647 | This driver can access PCH I2C bus device. |
648 | |||
649 | This driver also supports the ML7213, a companion chip for the | ||
650 | Atom E6xx series and compatible with the Intel EG20T PCH. | ||
648 | 651 | ||
649 | comment "External I2C/SMBus adapter drivers" | 652 | comment "External I2C/SMBus adapter drivers" |
650 | 653 | ||