about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-01 07:11:06 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-01 08:08:50 +0100
commit8809e075a37035ee4daa61ba6e4d51268725de98 (patch)
treec93b2fcd3c9bf6f6acf5028db0340fc27480631f /modules/hardware
parenteaa54df054dd531dbc7f8a6ae7a1304c13075cfe (diff)
hardware/t100ha: Compile in INTEL_SOC_PMIC
So far INTEL_SOC_PMIC hasn't been enabled *at* *all* so there wasn't any
battery status available nor did it charge while the system was running.

Enabling INTEL_SOC_PMIC now solves this issue.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/t100ha/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix
index c55a1acc..29645636 100644
--- a/modules/hardware/t100ha/default.nix
+++ b/modules/hardware/t100ha/default.nix
@@ -35,6 +35,7 @@ in {
           MMC_SDHCI y
           MMC_SDHCI_ACPI y
           PINCTRL_CHERRYVIEW y
+          INTEL_SOC_PMIC y
         '';
 
         features.iwlwifi = true;