linux: Enable KEYBOARD_APPLESPI
This is available for 5.3+ and enables support for Apple trackpads and keyboards Closes #71552
This commit is contained in:
parent
ea8cb3a8a5
commit
0973f67fd0
1 changed files with 2 additions and 0 deletions
|
@ -654,6 +654,8 @@ let
|
|||
JOYSTICK_XPAD_FF = option yes; # X-Box gamepad rumble support
|
||||
JOYSTICK_XPAD_LEDS = option yes; # LED Support for Xbox360 controller 'BigX' LED
|
||||
|
||||
KEYBOARD_APPLESPI = whenAtLeast "5.3" module;
|
||||
|
||||
KEXEC_FILE = option yes;
|
||||
KEXEC_JUMP = option yes;
|
||||
|
||||
|
|
Loading…
Reference in a new issue