Loading drivers/hwmon/Kconfig +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1105,8 +1105,8 @@ config SENSORS_NCT6775 select HWMON_VID select HWMON_VID help help If you say yes here you get support for the hardware monitoring If you say yes here you get support for the hardware monitoring functionality of the Nuvoton NCT6775F, NCT6776F, NCT6779D functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D, and compatible Super-I/O chips. This driver replaces the NCT6791D and compatible Super-I/O chips. This driver replaces the w83627ehf driver for NCT6775F and NCT6776F. w83627ehf driver for NCT6775F and NCT6776F. This driver can also be built as a module. If so, the module This driver can also be built as a module. If so, the module Loading drivers/hwmon/nct6775.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -4221,7 +4221,7 @@ static void __exit sensors_nct6775_exit(void) } } MODULE_AUTHOR("Guenter Roeck <linux@roeck-us.net>"); MODULE_AUTHOR("Guenter Roeck <linux@roeck-us.net>"); MODULE_DESCRIPTION("NCT6775F/NCT6776F/NCT6779D driver"); MODULE_DESCRIPTION("NCT6106D/NCT6775F/NCT6776F/NCT6779D/NCT6791D driver"); MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL"); module_init(sensors_nct6775_init); module_init(sensors_nct6775_init); Loading Loading
drivers/hwmon/Kconfig +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1105,8 +1105,8 @@ config SENSORS_NCT6775 select HWMON_VID select HWMON_VID help help If you say yes here you get support for the hardware monitoring If you say yes here you get support for the hardware monitoring functionality of the Nuvoton NCT6775F, NCT6776F, NCT6779D functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D, and compatible Super-I/O chips. This driver replaces the NCT6791D and compatible Super-I/O chips. This driver replaces the w83627ehf driver for NCT6775F and NCT6776F. w83627ehf driver for NCT6775F and NCT6776F. This driver can also be built as a module. If so, the module This driver can also be built as a module. If so, the module Loading
drivers/hwmon/nct6775.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -4221,7 +4221,7 @@ static void __exit sensors_nct6775_exit(void) } } MODULE_AUTHOR("Guenter Roeck <linux@roeck-us.net>"); MODULE_AUTHOR("Guenter Roeck <linux@roeck-us.net>"); MODULE_DESCRIPTION("NCT6775F/NCT6776F/NCT6779D driver"); MODULE_DESCRIPTION("NCT6106D/NCT6775F/NCT6776F/NCT6779D/NCT6791D driver"); MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL"); module_init(sensors_nct6775_init); module_init(sensors_nct6775_init); Loading