linux: CONFIG_HIDRAW=y

This commit is contained in:
Vincent Breitmoser 2020-05-02 14:06:43 +02:00
parent 68a53ade9d
commit bdd2d3ccb2

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;