summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-09-07 17:07:32 -0400
committerGitHub <noreply@github.com>2019-09-07 17:07:32 -0400
commit4241a7f1b8513cf62aa1e26cb5525069238c9386 (patch)
treedffa9189c414a3987dbf44a9ece4866d8f718a8c /pkgs/os-specific
parentbe2dc6bbcec0ecb8d0c8d61b58e6663b219fa0f7 (diff)
parent35bcacc22632ff8424241aca0da055eb5e72cd99 (diff)
Merge pull request #68149 from colemickens/nixpkgs-bt-power
linux-kernel: HID_BATTERY_STRENGTH=yes
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 42230fe31ecd..7bffc54673bd 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -568,6 +568,7 @@ let
});
misc = {
+ HID_BATTERY_STRENGTH = yes;
MODULE_COMPRESS = yes;
MODULE_COMPRESS_XZ = yes;
KERNEL_XZ = yes;