diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 326652f673f7..697ffa86f2cc 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -671,15 +671,19 @@ config I2C_XILINX | |||
671 | will be called xilinx_i2c. | 671 | will be called xilinx_i2c. |
672 | 672 | ||
673 | config I2C_EG20T | 673 | config I2C_EG20T |
674 | tristate "Intel EG20T PCH/OKI SEMICONDUCTOR ML7213 IOH" | 674 | tristate "Intel EG20T PCH / OKI SEMICONDUCTOR IOH(ML7213/ML7223)" |
675 | depends on PCI | 675 | depends on PCI |
676 | help | 676 | help |
677 | This driver is for PCH(Platform controller Hub) I2C of EG20T which | 677 | This driver is for PCH(Platform controller Hub) I2C of EG20T which |
678 | is an IOH(Input/Output Hub) for x86 embedded processor. | 678 | is an IOH(Input/Output Hub) for x86 embedded processor. |
679 | This driver can access PCH I2C bus device. | 679 | This driver can access PCH I2C bus device. |
680 | 680 | ||
681 | This driver also supports the ML7213, a companion chip for the | 681 | This driver also can be used for OKI SEMICONDUCTOR IOH(Input/ |
682 | Atom E6xx series and compatible with the Intel EG20T PCH. | 682 | Output Hub), ML7213 and ML7223. |
683 | ML7213 IOH is for IVI(In-Vehicle Infotainment) use and ML7223 IOH is | ||
684 | for MP(Media Phone) use. | ||
685 | ML7213/ML7223 is companion chip for Intel Atom E6xx series. | ||
686 | ML7213/ML7223 is completely compatible for Intel EG20T PCH. | ||
683 | 687 | ||
684 | comment "External I2C/SMBus adapter drivers" | 688 | comment "External I2C/SMBus adapter drivers" |
685 | 689 | ||