Commit 197e779d authored by Ming Yu's avatar Ming Yu Committed by Lee Jones
Browse files

hwmon: Add Nuvoton NCT6694 HWMON support



This driver supports Hardware monitor functionality for NCT6694 MFD
device based on USB interface.

Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarMing Yu <a0282524688@gmail.com>
Link: https://lore.kernel.org/r/20250912091952.1169369-7-a0282524688@gmail.com


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent f9d737a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18086,6 +18086,7 @@ NUVOTON NCT6694 MFD DRIVER
M:	Ming Yu <tmyu0@nuvoton.com>
S:	Supported
F:	drivers/gpio/gpio-nct6694.c
F:	drivers/hwmon/nct6694-hwmon.c
F:	drivers/i2c/busses/i2c-nct6694.c
F:	drivers/mfd/nct6694.c
F:	drivers/net/can/usb/nct6694_canfd.c
+10 −0
Original line number Diff line number Diff line
@@ -1698,6 +1698,16 @@ config SENSORS_NCT6683
	  This driver can also be built as a module. If so, the module
	  will be called nct6683.

config SENSORS_NCT6694
	tristate "Nuvoton NCT6694 Hardware Monitor support"
	depends on MFD_NCT6694
	help
	  Say Y here to support Nuvoton NCT6694 hardware monitoring
	  functionality.

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

config SENSORS_NCT6775_CORE
	tristate
	select REGMAP
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ obj-$(CONFIG_SENSORS_MLXREG_FAN) += mlxreg-fan.o
obj-$(CONFIG_SENSORS_MENF21BMC_HWMON) += menf21bmc_hwmon.o
obj-$(CONFIG_SENSORS_MR75203)	+= mr75203.o
obj-$(CONFIG_SENSORS_NCT6683)	+= nct6683.o
obj-$(CONFIG_SENSORS_NCT6694)	+= nct6694-hwmon.o
obj-$(CONFIG_SENSORS_NCT6775_CORE) += nct6775-core.o
nct6775-objs			:= nct6775-platform.o
obj-$(CONFIG_SENSORS_NCT6775)	+= nct6775.o
+949 −0

File added.

Preview size limit exceeded, changes collapsed.