diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 7726c792c80..e99bfa86ba7 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -369,6 +369,21 @@ config I2C_DESIGNWARE_PCI | |||
369 | This driver can also be built as a module. If so, the module | 369 | This driver can also be built as a module. If so, the module |
370 | will be called i2c-designware-pci. | 370 | will be called i2c-designware-pci. |
371 | 371 | ||
372 | config I2C_EG20T | ||
373 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) I2C" | ||
374 | depends on PCI | ||
375 | help | ||
376 | This driver is for PCH(Platform controller Hub) I2C of EG20T which | ||
377 | is an IOH(Input/Output Hub) for x86 embedded processor. | ||
378 | This driver can access PCH I2C bus device. | ||
379 | |||
380 | This driver also can be used for LAPIS Semiconductor IOH(Input/ | ||
381 | Output Hub), ML7213, ML7223 and ML7831. | ||
382 | ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is | ||
383 | for MP(Media Phone) use and ML7831 IOH is for general purpose use. | ||
384 | ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series. | ||
385 | ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH. | ||
386 | |||
372 | config I2C_GPIO | 387 | config I2C_GPIO |
373 | tristate "GPIO-based bitbanging I2C" | 388 | tristate "GPIO-based bitbanging I2C" |
374 | depends on GENERIC_GPIO | 389 | depends on GENERIC_GPIO |
@@ -691,21 +706,6 @@ config I2C_XLR | |||
691 | This driver can also be built as a module. If so, the module | 706 | This driver can also be built as a module. If so, the module |
692 | will be called i2c-xlr. | 707 | will be called i2c-xlr. |
693 | 708 | ||
694 | config I2C_EG20T | ||
695 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) I2C" | ||
696 | depends on PCI | ||
697 | help | ||
698 | This driver is for PCH(Platform controller Hub) I2C of EG20T which | ||
699 | is an IOH(Input/Output Hub) for x86 embedded processor. | ||
700 | This driver can access PCH I2C bus device. | ||
701 | |||
702 | This driver also can be used for LAPIS Semiconductor IOH(Input/ | ||
703 | Output Hub), ML7213, ML7223 and ML7831. | ||
704 | ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is | ||
705 | for MP(Media Phone) use and ML7831 IOH is for general purpose use. | ||
706 | ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series. | ||
707 | ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH. | ||
708 | |||
709 | comment "External I2C/SMBus adapter drivers" | 709 | comment "External I2C/SMBus adapter drivers" |
710 | 710 | ||
711 | config I2C_DIOLAN_U2C | 711 | config I2C_DIOLAN_U2C |