diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index a6a8d66129b3..9cf3d9c5962f 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -333,11 +333,32 @@ config SENSORS_SMSC47M1 | |||
333 | help | 333 | help |
334 | If you say yes here you get support for the integrated fan | 334 | If you say yes here you get support for the integrated fan |
335 | monitoring and control capabilities of the SMSC LPC47B27x, | 335 | monitoring and control capabilities of the SMSC LPC47B27x, |
336 | LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x and LPC47M192 chips. | 336 | LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x, LPC47M192 and |
337 | LPC47M997 chips. | ||
338 | |||
339 | The temperature and voltage sensor features of the LPC47M192 | ||
340 | and LPC47M997 are supported by another driver, select also | ||
341 | "SMSC LPC47M192 and compatibles" below for those. | ||
337 | 342 | ||
338 | This driver can also be built as a module. If so, the module | 343 | This driver can also be built as a module. If so, the module |
339 | will be called smsc47m1. | 344 | will be called smsc47m1. |
340 | 345 | ||
346 | config SENSORS_SMSC47M192 | ||
347 | tristate "SMSC LPC47M192 and compatibles" | ||
348 | depends on HWMON && I2C && EXPERIMENTAL | ||
349 | select HWMON_VID | ||
350 | help | ||
351 | If you say yes here you get support for the temperature and | ||
352 | voltage sensors of the SMSC LPC47M192 and LPC47M997 chips. | ||
353 | |||
354 | The fan monitoring and control capabilities of these chips | ||
355 | are supported by another driver, select | ||
356 | "SMSC LPC47M10x and compatibles" above. You need both drivers | ||
357 | if you want fan control and voltage/temperature sensor support. | ||
358 | |||
359 | This driver can also be built as a module. If so, the module | ||
360 | will be called smsc47m192. | ||
361 | |||
341 | config SENSORS_SMSC47B397 | 362 | config SENSORS_SMSC47B397 |
342 | tristate "SMSC LPC47B397-NC" | 363 | tristate "SMSC LPC47B397-NC" |
343 | depends on HWMON && I2C && EXPERIMENTAL | 364 | depends on HWMON && I2C && EXPERIMENTAL |