diff options
author | Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com> | 2010-11-09 13:25:22 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2011-01-04 01:08:36 +0000 |
commit | e9bc8fa5df1c398890e0963afe07425d994240b7 (patch) | |
tree | 919d2a000d7cf4e8ef195d04404b04bf50ff09a4 /drivers/i2c/busses/Kconfig | |
parent | 03ed6a3aa600c48593c3984812fda2d5945ddb46 (diff) |
i2c-eg20t: add driver for Intel EG20T
I2C driver for Intel EG20T PCH
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Reviewed-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Qi Wang <qi.wang@intel.com>
[ben-linux@fluff.org: reworded commit message]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 3a6321cb803..113505a6434 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -638,6 +638,14 @@ config I2C_XILINX This driver can also be built as a module. If so, the module will be called xilinx_i2c. +config I2C_EG20T + tristate "PCH I2C of Intel EG20T" + depends on PCI + help + This driver is for PCH(Platform controller Hub) I2C of EG20T which + is an IOH(Input/Output Hub) for x86 embedded processor. + This driver can access PCH I2C bus device. + comment "External I2C/SMBus adapter drivers" config I2C_PARPORT |