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:
Tim Steinbach 2019-10-23 09:03:16 -04:00
parent ea8cb3a8a5
commit 0973f67fd0
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

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