diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 89ac1cb26f24..effbd11ff5ec 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -499,6 +499,15 @@ config SENSORS_IBMPEX | |||
499 | This driver can also be built as a module. If so, the module | 499 | This driver can also be built as a module. If so, the module |
500 | will be called ibmpex. | 500 | will be called ibmpex. |
501 | 501 | ||
502 | config SENSORS_IIO_HWMON | ||
503 | tristate "Hwmon driver that uses channels specified via iio maps" | ||
504 | depends on IIO | ||
505 | help | ||
506 | This is a platform driver that in combination with a suitable | ||
507 | map allows IIO devices to provide basic hwmon functionality | ||
508 | for those channels specified in the map. This map can be provided | ||
509 | either via platform data or the device tree bindings. | ||
510 | |||
502 | config SENSORS_IT87 | 511 | config SENSORS_IT87 |
503 | tristate "ITE IT87xx and compatibles" | 512 | tristate "ITE IT87xx and compatibles" |
504 | depends on !PPC | 513 | depends on !PPC |