diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index a0445bea9f75..a2187df5cc78 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -683,6 +683,16 @@ config SENSORS_W83L785TS | |||
683 | This driver can also be built as a module. If so, the module | 683 | This driver can also be built as a module. If so, the module |
684 | will be called w83l785ts. | 684 | will be called w83l785ts. |
685 | 685 | ||
686 | config SENSORS_W83L786NG | ||
687 | tristate "Winbond W83L786NG, W83L786NR" | ||
688 | depends on I2C && EXPERIMENTAL | ||
689 | help | ||
690 | If you say yes here you get support for the Winbond W83L786NG | ||
691 | and W83L786NR sensor chips. | ||
692 | |||
693 | This driver can also be built as a module. If so, the module | ||
694 | will be called w83l786ng. | ||
695 | |||
686 | config SENSORS_W83627HF | 696 | config SENSORS_W83627HF |
687 | tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" | 697 | tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" |
688 | select HWMON_VID | 698 | select HWMON_VID |