File tree 3 files changed +1746
-0
lines changed
3 files changed +1746
-0
lines changed Original file line number Diff line number Diff line change @@ -794,6 +794,15 @@ config I2C_NOMADIK
794
794
I2C interface from ST-Ericsson's Nomadik and Ux500 architectures,
795
795
as well as the STA2X11 PCIe I/O HUB.
796
796
797
+ config I2C_NPCM7XX
798
+ tristate "Nuvoton I2C Controller"
799
+ depends on ARCH_NPCM7XX || COMPILE_TEST
800
+ help
801
+ If you say yes to this option, support will be included for the
802
+ Nuvoton I2C controller, which is available on the NPCM7xx BMC
803
+ controller.
804
+ Driver can also support slave mode (select I2C_SLAVE).
805
+
797
806
config I2C_OCORES
798
807
tristate "OpenCores I2C Controller"
799
808
help
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ obj-$(CONFIG_I2C_MT7621) += i2c-mt7621.o
80
80
obj-$(CONFIG_I2C_MV64XXX) += i2c-mv64xxx.o
81
81
obj-$(CONFIG_I2C_MXS) += i2c-mxs.o
82
82
obj-$(CONFIG_I2C_NOMADIK) += i2c-nomadik.o
83
+ obj-$(CONFIG_I2C_NPCM7XX) += i2c-npcm7xx.o
83
84
obj-$(CONFIG_I2C_OCORES) += i2c-ocores.o
84
85
obj-$(CONFIG_I2C_OMAP) += i2c-omap.o
85
86
obj-$(CONFIG_I2C_OWL) += i2c-owl.o
You can’t perform that action at this time.
0 commit comments