[x86] Enable CONFIG_BATTERY_MAX17042 as a module

Provides support for the battery level monitor on GPD Pocket UMPC
systems.
This commit is contained in:
Jeremy Stanley 2018-04-05 16:24:44 +00:00
parent 9e5d5923e3
commit 7ef6ea60ce
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -4,6 +4,8 @@ linux (4.16-1~exp1) UNRELEASED; urgency=medium
[ Jeremy Stanley ]
* [x86] Power management support for GPD Pocket UMPC systems
- Enable CONFIG_BATTERY_MAX17042 as a module (provides support for the
battery level monitor)
- Enable CONFIG_CHARGER_BQ24190 as a module (provides support for the
battery charger) along with its dependencies CONFIG_EXTCON=m,
CONFIG_EXTCON_INTEL_CHT_WC=m, CONFIG_I2C_CHT_WC=m and

View File

@ -1409,6 +1409,7 @@ CONFIG_PNP=y
## file: drivers/power/supply/Kconfig
##
CONFIG_BATTERY_SBS=m
CONFIG_BATTERY_MAX17042=m
CONFIG_CHARGER_BQ24190=m
##