summaryrefslogtreecommitdiffstats
path: root/config-x86-generic
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-07-14 00:17:17 +0200
committerJosh Boyer <jwboyer@fedoraproject.org>2015-07-14 10:45:34 -0400
commit7e4cb87c6a9dd42ef369023b1e0d1258b2202ccc (patch)
tree807573d4e7ad11839f482a53f17411f7459e53b7 /config-x86-generic
parent228ccc4defbda4317b06d561e5fb532c774fe2e2 (diff)
downloadkernel-7e4cb87c6a9dd42ef369023b1e0d1258b2202ccc.tar.gz
kernel-7e4cb87c6a9dd42ef369023b1e0d1258b2202ccc.tar.xz
kernel-7e4cb87c6a9dd42ef369023b1e0d1258b2202ccc.zip
Better BayTrail ACPI SoC support
- Add Crystal Cove PMIC support necessary to access the PMIC on many BayTrail tablets - Add support for Intel PMIC operation regions, as added in b1eea857d8c70dc3789cc2231e3c0a273a67ba06 upstream and necessary for battery/charge operations on BayTrail systems - Add AXP288 ADC and fuel gauge support, as used in many BayTrail SoCs
Diffstat (limited to 'config-x86-generic')
-rw-r--r--config-x86-generic9
1 files changed, 8 insertions, 1 deletions
diff --git a/config-x86-generic b/config-x86-generic
index d6cbedbe2..3a5acb2b7 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -103,7 +103,14 @@ CONFIG_ACPI_BGRT=y
# CONFIG_ACPI_EXTLOG is not set
# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
-# CONFIG_PMIC_OPREGION is not set
+CONFIG_INTEL_SOC_PMIC=y
+CONFIG_PMIC_OPREGION=y
+CONFIG_CRC_PMIC_OPREGION=y
+CONFIG_XPOWER_PMIC_OPREGION=y
+CONFIG_GPIO_CRYSTAL_COVE=y
+CONFIG_AXP288_ADC=y
+CONFIG_AXP288_FUEL_GAUGE=y
+
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_ACPI_CPUFREQ=m