summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/common-config.nix
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2020-06-18 17:18:11 +0200
committerGitHub <noreply@github.com>2020-06-18 17:18:11 +0200
commit5d58db7a47c535492e2d56ac80c86e95edbed260 (patch)
treefa24e99481ba8c4fbbed218f038b17591911e01c /pkgs/os-specific/linux/kernel/common-config.nix
parent07299ff81e58e16b282fe602ce5e629854dfd544 (diff)
parent9181f79289204c4aca7bd38719947ca202b907f8 (diff)
downloadnixpkgs-5d58db7a47c535492e2d56ac80c86e95edbed260.tar
nixpkgs-5d58db7a47c535492e2d56ac80c86e95edbed260.tar.gz
nixpkgs-5d58db7a47c535492e2d56ac80c86e95edbed260.tar.bz2
nixpkgs-5d58db7a47c535492e2d56ac80c86e95edbed260.tar.lz
nixpkgs-5d58db7a47c535492e2d56ac80c86e95edbed260.tar.xz
nixpkgs-5d58db7a47c535492e2d56ac80c86e95edbed260.tar.zst
nixpkgs-5d58db7a47c535492e2d56ac80c86e95edbed260.zip
Merge pull request #90135 from lheckemann/linux-force-feedback
linux: enable force feedback support in HID drivers
Diffstat (limited to 'pkgs/os-specific/linux/kernel/common-config.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 5a2fb8cf7aa..1272d19d8ea 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -639,6 +639,14 @@ let
       # enabled by default in x86_64 but not arm64, so we do that here
       HIDRAW               = yes;
 
+      HID_ACRUX_FF       = yes;
+      DRAGONRISE_FF      = yes;
+      HOLTEK_FF          = yes;
+      SONY_FF            = yes;
+      SMARTJOYPLUS_FF    = yes;
+      THRUSTMASTER_FF    = yes;
+      ZEROPLUS_FF        = yes;
+
       MODULE_COMPRESS    = yes;
       MODULE_COMPRESS_XZ = yes;
       KERNEL_XZ          = yes;