diff options
author | Ben Dooks <ben-linux@fluff.org> | 2011-01-12 22:24:56 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2011-01-12 22:24:56 +0000 |
commit | 428dcc19374c9ebcf8fee057057c9023174c1b2a (patch) | |
tree | 5a5aa523ef202c67888b787cf2d72f6287d71259 /drivers/i2c/busses/Kconfig | |
parent | c5ba47ba7f3810adf4974ed4fe7134327333130d (diff) | |
parent | e9bc8fa5df1c398890e0963afe07425d994240b7 (diff) | |
download | kernel_samsung_espresso10-428dcc19374c9ebcf8fee057057c9023174c1b2a.zip kernel_samsung_espresso10-428dcc19374c9ebcf8fee057057c9023174c1b2a.tar.gz kernel_samsung_espresso10-428dcc19374c9ebcf8fee057057c9023174c1b2a.tar.bz2 |
Merge branch 'for-2638/i2c/intel' into for-linus/i2c-2638
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 3a6321c..113505a 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 |