diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 7ec7d88c5999..2c1cab5642ff 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -82,6 +82,17 @@ config ACPI_PROCFS_POWER | |||
82 | 82 | ||
83 | Say N to delete power /proc/acpi/ directories that have moved to /sys/ | 83 | Say N to delete power /proc/acpi/ directories that have moved to /sys/ |
84 | 84 | ||
85 | config ACPI_POWER_METER | ||
86 | tristate "ACPI 4.0 power meter" | ||
87 | depends on HWMON | ||
88 | help | ||
89 | This driver exposes ACPI 4.0 power meters as hardware monitoring | ||
90 | devices. Say Y (or M) if you have a computer with ACPI 4.0 firmware | ||
91 | and a power meter. | ||
92 | |||
93 | To compile this driver as a module, choose M here: | ||
94 | the module will be called power-meter. | ||
95 | |||
85 | config ACPI_SYSFS_POWER | 96 | config ACPI_SYSFS_POWER |
86 | bool "Future power /sys interface" | 97 | bool "Future power /sys interface" |
87 | select POWER_SUPPLY | 98 | select POWER_SUPPLY |