Merge pull request #86598 from Valodim/aarch64-hidraw
linux: CONFIG_HIDRAW=y
This commit is contained in:
commit
88e07d3a96
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue