diff options
author | hotran <hotran@apm.com> | 2016-07-22 01:37:32 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-09-09 07:34:16 +0300 |
commit | ed42cfa881e1d8d9603b7cb872199e3c8e0d1b19 (patch) | |
tree | 2cb25d6d7b444c57fa2442c2136cb3a7c150a07b /drivers/hwmon/Kconfig | |
parent | 86430c1a66fe490fc97b0970575c223e27dee49d (diff) | |
download | linux-ed42cfa881e1d8d9603b7cb872199e3c8e0d1b19.tar.xz |
hwmon: Add xgene hwmon driver
This patch adds hardware temperature and power reading support for
APM X-Gene SoC using the mailbox communication interface.
Signed-off-by: Hoan Tran <hotran@apm.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index eaf2f916d48c..655a462f3622 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1823,6 +1823,13 @@ config SENSORS_ULTRA45 This driver provides support for the Ultra45 workstation environmental sensors. +config SENSORS_XGENE + tristate "APM X-Gene SoC hardware monitoring driver" + depends on XGENE_SLIMPRO_MBOX || PCC + help + If you say yes here you get support for the temperature + and power sensors for APM X-Gene SoC. + if ACPI comment "ACPI drivers" |