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 5a0763197e21..23b7eac563b3 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -488,6 +488,16 @@ config SENSORS_W83792D | |||
488 | This driver can also be built as a module. If so, the module | 488 | This driver can also be built as a module. If so, the module |
489 | will be called w83792d. | 489 | will be called w83792d. |
490 | 490 | ||
491 | config SENSORS_W83793 | ||
492 | tristate "Winbond W83793" | ||
493 | depends on HWMON && I2C && EXPERIMENTAL | ||
494 | help | ||
495 | If you say yes here you get support for the Winbond W83793 | ||
496 | hardware monitoring chip. | ||
497 | |||
498 | This driver can also be built as a module. If so, the module | ||
499 | will be called w83793. | ||
500 | |||
491 | config SENSORS_W83L785TS | 501 | config SENSORS_W83L785TS |
492 | tristate "Winbond W83L785TS-S" | 502 | tristate "Winbond W83L785TS-S" |
493 | depends on HWMON && I2C && EXPERIMENTAL | 503 | depends on HWMON && I2C && EXPERIMENTAL |