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.
This commit is contained in:
Robert Helgesson 2019-09-04 22:36:27 +02:00
parent 4ffa2ed198
commit 83ca0c4e6b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
];
}