From 3ef59ddc39a1aadc003592486ee09830ae87d341 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 5 Apr 2018 17:06:37 +0000 Subject: [PATCH] [x86] Enable CONFIG_INTEL_INT0002_VGPIO as a module Provides support for the Bay Trail/Cherry Trail virtual GPIO controller to handle power events on GPD Pocket UMPC systems. --- debian/changelog | 2 ++ debian/config/kernelarch-x86/config | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index c8e733abd..bfc1e5cba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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_INTEL_INT0002_VGPIO as a module (provides support for the + Bay Trail/Cherry Trail virtual GPIO controller to handle power events) - Enable CONFIG_REGULATOR (needed to build the already enabled CONFIG_INTEL_CHT_INT33FE module which provides support for the ACPI interface) diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 5f0c0777a..c43a6ef81 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -1386,6 +1386,7 @@ CONFIG_TOSHIBA_BT_RFKILL=m CONFIG_TOSHIBA_HAPS=m CONFIG_ACPI_CMPC=m CONFIG_INTEL_CHT_INT33FE=m +CONFIG_INTEL_INT0002_VGPIO=m CONFIG_INTEL_HID_EVENT=m CONFIG_INTEL_VBTN=m CONFIG_INTEL_IPS=m