Merge pull request #86598 from Valodim/aarch64-hidraw

linux: CONFIG_HIDRAW=y
This commit is contained in:
Linus Heckemann 2020-05-03 11:04:56 +02:00 committed by GitHub
commit 88e07d3a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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