From e70195604f89e9a41509848fe7e8e2dd0cd32b36 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 5 Apr 2018 16:57:03 +0000 Subject: [PATCH] [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. --- debian/changelog | 3 +++ debian/config/kernelarch-x86/config | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 596bdac25..c8e733abd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 8d50da112..5f0c0777a 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -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 ##