Commit 56a1485b authored by Tali Perry's avatar Tali Perry Committed by Wolfram Sang
Browse files

i2c: npcm7xx: Add Nuvoton NPCM I2C controller driver



Add Nuvoton NPCM BMC I2C controller driver.

Signed-off-by: default avatarTali Perry <tali.perry1@gmail.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent cd020be0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -794,6 +794,15 @@ config I2C_NOMADIK
	  I2C interface from ST-Ericsson's Nomadik and Ux500 architectures,
	  as well as the STA2X11 PCIe I/O HUB.

config I2C_NPCM7XX
	tristate "Nuvoton I2C Controller"
	depends on ARCH_NPCM7XX || COMPILE_TEST
	help
	  If you say yes to this option, support will be included for the
	  Nuvoton I2C controller, which is available on the NPCM7xx BMC
	  controller.
	  Driver can also support slave mode (select I2C_SLAVE).

config I2C_OCORES
	tristate "OpenCores I2C Controller"
	help
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ obj-$(CONFIG_I2C_MT7621) += i2c-mt7621.o
obj-$(CONFIG_I2C_MV64XXX)	+= i2c-mv64xxx.o
obj-$(CONFIG_I2C_MXS)		+= i2c-mxs.o
obj-$(CONFIG_I2C_NOMADIK)	+= i2c-nomadik.o
obj-$(CONFIG_I2C_NPCM7XX)	+= i2c-npcm7xx.o
obj-$(CONFIG_I2C_OCORES)	+= i2c-ocores.o
obj-$(CONFIG_I2C_OMAP)		+= i2c-omap.o
obj-$(CONFIG_I2C_OWL)		+= i2c-owl.o
+1736 −0

File added.

Preview size limit exceeded, changes collapsed.