diff options
author | Roald Frederickx <roald.frederickx@gmail.com> | 2015-09-12 22:00:16 +0200 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-10-03 17:44:57 +0200 |
commit | d9a427ec81e7f1f81cb30777e8fe7dc1f4d03803 (patch) | |
tree | 5ce1b8dbef26f57b85f94eb0f714887938f39b2a /drivers/platform/x86/Kconfig | |
parent | asus-wmi: restore kbd led level after resume (diff) | |
download | linux-d9a427ec81e7f1f81cb30777e8fe7dc1f4d03803.tar.xz linux-d9a427ec81e7f1f81cb30777e8fe7dc1f4d03803.zip |
compal-laptop: Add charge control limit
Add charge control limit to the power supply subsystem of the Compal
platform driver.
This apparently was present in the original driver by Cezary Jackiewicz
at http://eko.one.pl/index.php?page=compal-laptop but it seems to have been
overlooked.
The Kconfig description is updated to reflect this addition. It now also
mentions the hwmon interface that was already present.
Signed-off-by: Roald Frederickx <roald.frederickx@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index c69bb703f483..2f9026d31444 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -309,8 +309,8 @@ config COMPAL_LAPTOP This is a driver for laptops built by Compal, and some models by other brands (e.g. Dell, Toshiba). - It adds support for rfkill, Bluetooth, WLAN and LCD brightness - control. + It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon + and battery charging level control. For a (possibly incomplete) list of supported laptops, please refer to: Documentation/platform/x86-laptop-drivers.txt |