Merge pull request #90135 from lheckemann/linux-force-feedback

linux: enable force feedback support in HID drivers
This commit is contained in:
Linus Heckemann 2020-06-18 17:18:11 +02:00 committed by GitHub
commit 5d58db7a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;