about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2020-05-02 14:06:43 +0200
committerVincent Breitmoser <look@my.amazin.horse>2020-05-02 17:43:43 +0200
commitbdd2d3ccb29b5369b71eeef955842240cf6b6108 (patch)
treed591c6d3fdfe677427ed34b093375d3f67b996ae /pkgs/os-specific
parent68a53ade9da45beadf66ac53a222cad0913185af (diff)
downloadnixlib-bdd2d3ccb29b5369b71eeef955842240cf6b6108.tar
nixlib-bdd2d3ccb29b5369b71eeef955842240cf6b6108.tar.gz
nixlib-bdd2d3ccb29b5369b71eeef955842240cf6b6108.tar.bz2
nixlib-bdd2d3ccb29b5369b71eeef955842240cf6b6108.tar.lz
nixlib-bdd2d3ccb29b5369b71eeef955842240cf6b6108.tar.xz
nixlib-bdd2d3ccb29b5369b71eeef955842240cf6b6108.tar.zst
nixlib-bdd2d3ccb29b5369b71eeef955842240cf6b6108.zip
linux: CONFIG_HIDRAW=y
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 0a58ed87e6ce..e254891b0017 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -609,6 +609,9 @@ let
 
     misc = {
       HID_BATTERY_STRENGTH = yes;
+      # enabled by default in x86_64 but not arm64, so we do that here
+      HIDRAW               = yes;
+
       MODULE_COMPRESS    = yes;
       MODULE_COMPRESS_XZ = yes;
       KERNEL_XZ          = yes;