Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9bc8fa5 authored by Tomoya MORINAGA's avatar Tomoya MORINAGA Committed by Ben Dooks
Browse files

i2c-eg20t: add driver for Intel EG20T



I2C driver for Intel EG20T PCH

Signed-off-by: default avatarTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: default avatarQi Wang <qi.wang@intel.com>
[ben-linux@fluff.org: reworded commit message]
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 03ed6a3a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ obj-$(CONFIG_I2C_STU300) += i2c-stu300.o
obj-$(CONFIG_I2C_VERSATILE)	+= i2c-versatile.o
obj-$(CONFIG_I2C_OCTEON)	+= i2c-octeon.o
obj-$(CONFIG_I2C_XILINX)	+= i2c-xiic.o
obj-$(CONFIG_I2C_EG20T)         += i2c-eg20t.o

# External I2C/SMBus adapter drivers
obj-$(CONFIG_I2C_PARPORT)	+= i2c-parport.o
+900 −0

File added.

Preview size limit exceeded, changes collapsed.