diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 39ab2fc128cf..e379ac41c09c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -353,6 +353,19 @@ config SENSORS_PC87360 | |||
353 | This driver can also be built as a module. If so, the module | 353 | This driver can also be built as a module. If so, the module |
354 | will be called pc87360. | 354 | will be called pc87360. |
355 | 355 | ||
356 | config SENSORS_PC87427 | ||
357 | tristate "National Semiconductor PC87427" | ||
358 | depends on HWMON && EXPERIMENTAL | ||
359 | help | ||
360 | If you say yes here you get access to the hardware monitoring | ||
361 | functions of the National Semiconductor PC87427 Super-I/O chip. | ||
362 | The chip has two distinct logical devices, one for fan speed | ||
363 | monitoring and control, and one for voltage and temperature | ||
364 | monitoring. Only fan speed monitoring is supported right now. | ||
365 | |||
366 | This driver can also be built as a module. If so, the module | ||
367 | will be called pc87427. | ||
368 | |||
356 | config SENSORS_SIS5595 | 369 | config SENSORS_SIS5595 |
357 | tristate "Silicon Integrated Systems Corp. SiS5595" | 370 | tristate "Silicon Integrated Systems Corp. SiS5595" |
358 | depends on HWMON && I2C && PCI && EXPERIMENTAL | 371 | depends on HWMON && I2C && PCI && EXPERIMENTAL |