Commit e3ff0c72 authored by Maud Spierings's avatar Maud Spierings Committed by Guenter Roeck
Browse files

hwmon: (ntc_thermistor) Fix module name in the Kconfig



The module name is incorrectly stated with a hyphen while it is an
underscore.

Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarMaud Spierings <maudspierings@gocontroll.com>
Link: https://lore.kernel.org/r/20250227-ntc_thermistor_fixes-v1-1-70fa73200b52@gocontroll.com


Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 69af654b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1625,7 +1625,7 @@ config SENSORS_NTC_THERMISTOR
	  B57891S0103 from EPCOS.

	  This driver can also be built as a module. If so, the module
	  will be called ntc-thermistor.
	  will be called ntc_thermistor.

config SENSORS_NCT6683
	tristate "Nuvoton NCT6683D"