summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-09-04 22:36:27 +0200
committerRobert Helgesson <robert@rycee.net>2019-09-04 22:46:49 +0200
commit83ca0c4e6b587240fef055e31cca5ef6fdd94761 (patch)
tree2cc0e1605834cee53e3bbf136a87248495c33440
parent4ffa2ed1980a950b6cf705109abedddf42cf3be1 (diff)
thinkpad/x250: add acpi_call
This kernel module is needed to, for example, support tlp's - `START_CHARGE_THRESH_BAT?` and - `STOP_CHARGE_THRESH_BAT?` options.
-rw-r--r--lenovo/thinkpad/x250/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lenovo/thinkpad/x250/default.nix b/lenovo/thinkpad/x250/default.nix
index 870d9a8..55ae209 100644
--- a/lenovo/thinkpad/x250/default.nix
+++ b/lenovo/thinkpad/x250/default.nix
@@ -2,5 +2,6 @@
imports = [
../.
../../../common/cpu/intel
+ ../../../common/pc/laptop/acpi_call.nix
];
}