diff options
author | Pawel Moll <pawel.moll@arm.com> | 2012-09-17 13:40:09 -0400 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2012-10-16 12:12:35 -0400 |
commit | 48ed8877244637b52aec0a114cdccd8ec26e66b1 (patch) | |
tree | 56e04096ead15bd84d1b768f2630a36c9c832a70 /drivers/hwmon/Kconfig | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
hwmon: Versatile Express hwmon driver
hwmon framework driver for Versatile Express sensors, providing
information about board level voltage (only when regulator driver
is not configured), currents, temperature and power/energy usage.
Labels for the values can be defined as DT properties.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index c4633de64465..db213fe958a5 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1197,6 +1197,14 @@ config SENSORS_TWL4030_MADC | |||
1197 | This driver can also be built as a module. If so it will be called | 1197 | This driver can also be built as a module. If so it will be called |
1198 | twl4030-madc-hwmon. | 1198 | twl4030-madc-hwmon. |
1199 | 1199 | ||
1200 | config SENSORS_VEXPRESS | ||
1201 | tristate "Versatile Express" | ||
1202 | depends on VEXPRESS_CONFIG | ||
1203 | help | ||
1204 | This driver provides support for hardware sensors available on | ||
1205 | the ARM Ltd's Versatile Express platform. It can provide wide | ||
1206 | range of information like temperature, power, energy. | ||
1207 | |||
1200 | config SENSORS_VIA_CPUTEMP | 1208 | config SENSORS_VIA_CPUTEMP |
1201 | tristate "VIA CPU temperature sensor" | 1209 | tristate "VIA CPU temperature sensor" |
1202 | depends on X86 | 1210 | depends on X86 |