[x86] Enable CONFIG_REGULATOR

This is needed to build the already enabled CONFIG_INTEL_CHT_INT33FE
module which provides support for the ACPI interface on GPD Pocket
UMPC systems.
This commit is contained in:
Jeremy Stanley 2018-04-05 16:57:03 +00:00
parent 9d053a8255
commit e70195604f
2 changed files with 8 additions and 0 deletions

3
debian/changelog vendored
View File

@ -4,6 +4,9 @@ linux (4.16-1~exp1) UNRELEASED; urgency=medium
[ Jeremy Stanley ]
* [x86] Power management support for GPD Pocket UMPC systems
- Enable CONFIG_REGULATOR (needed to build the already enabled
CONFIG_INTEL_CHT_INT33FE module which provides support for the ACPI
interface)
- Enable CONFIG_TYPEC_FUSB302 as a module (provides support for the USB
type-C interface) along with its dependencies CONFIG_TYPEC=m and
CONFIG_TYPEC_TCPM=m

View File

@ -1423,6 +1423,11 @@ CONFIG_INTEL_RAPL=m
##
CONFIG_PTP_1588_CLOCK_PCH=m
##
## file: drivers/regulator/Kconfig
##
CONFIG_REGULATOR=y
##
## file: drivers/rtc/Kconfig
##