Skip to content

Commit

Permalink
i2c: busses: Add SMBus capability to work with OpenRGB driver control
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Oct 7, 2021
1 parent 5ef6661 commit 7c73ded
Show file tree
Hide file tree
Showing 4 changed files with 664 additions and 2 deletions.
9 changes: 9 additions & 0 deletions drivers/i2c/busses/Kconfig
Expand Up @@ -219,6 +219,15 @@ config I2C_CHT_WC
combined with a FUSB302 Type-C port-controller as such it is advised
to also select CONFIG_TYPEC_FUSB302=m.

config I2C_NCT6775
tristate "Nuvoton NCT6775 and compatible SMBus controller"
help
If you say yes to this option, support will be included for the
Nuvoton NCT6775 and compatible SMBus controllers.

This driver can also be built as a module. If so, the module
will be called i2c-nct6775.

config I2C_NFORCE2
tristate "Nvidia nForce2, nForce3 and nForce4"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions drivers/i2c/busses/Makefile
Expand Up @@ -17,6 +17,7 @@ obj-$(CONFIG_I2C_CHT_WC) += i2c-cht-wc.o
obj-$(CONFIG_I2C_I801) += i2c-i801.o
obj-$(CONFIG_I2C_ISCH) += i2c-isch.o
obj-$(CONFIG_I2C_ISMT) += i2c-ismt.o
obj-$(CONFIG_I2C_NCT6775) += i2c-nct6775.o
obj-$(CONFIG_I2C_NFORCE2) += i2c-nforce2.o
obj-$(CONFIG_I2C_NFORCE2_S4985) += i2c-nforce2-s4985.o
obj-$(CONFIG_I2C_NVIDIA_GPU) += i2c-nvidia-gpu.o
Expand Down

0 comments on commit 7c73ded

Please sign in to comment.