From c0ae175a90e224bb366382c919a6584447c5598c Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 7 Nov 2019 11:19:36 -0500 Subject: [PATCH] Enable the Apple SPI driver for keyboard/touchpad (rhbz 1769465) This enables support for Macbook8,1 and later, along with the MacbookPro13,* and MacbookPro14,*. --- configs/fedora/generic/x86/x86_64/CONFIG_KEYBOARD_APPLESPI | 1 + kernel-x86_64-debug.config | 2 +- kernel-x86_64.config | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 configs/fedora/generic/x86/x86_64/CONFIG_KEYBOARD_APPLESPI diff --git a/configs/fedora/generic/x86/x86_64/CONFIG_KEYBOARD_APPLESPI b/configs/fedora/generic/x86/x86_64/CONFIG_KEYBOARD_APPLESPI new file mode 100644 index 000000000..b13ce3c0b --- /dev/null +++ b/configs/fedora/generic/x86/x86_64/CONFIG_KEYBOARD_APPLESPI @@ -0,0 +1 @@ +CONFIG_KEYBOARD_APPLESPI=m diff --git a/kernel-x86_64-debug.config b/kernel-x86_64-debug.config index d92cce726..78e443a4c 100644 --- a/kernel-x86_64-debug.config +++ b/kernel-x86_64-debug.config @@ -2722,7 +2722,7 @@ CONFIG_KEXEC=y # CONFIG_KEYBOARD_ADC is not set # CONFIG_KEYBOARD_ADP5588 is not set # CONFIG_KEYBOARD_ADP5589 is not set -# CONFIG_KEYBOARD_APPLESPI is not set +CONFIG_KEYBOARD_APPLESPI=m CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_CAP11XX is not set CONFIG_KEYBOARD_CROS_EC=m diff --git a/kernel-x86_64.config b/kernel-x86_64.config index 2cc2daee1..b5267ba41 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -2703,7 +2703,7 @@ CONFIG_KEXEC=y # CONFIG_KEYBOARD_ADC is not set # CONFIG_KEYBOARD_ADP5588 is not set # CONFIG_KEYBOARD_ADP5589 is not set -# CONFIG_KEYBOARD_APPLESPI is not set +CONFIG_KEYBOARD_APPLESPI=m CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_CAP11XX is not set CONFIG_KEYBOARD_CROS_EC=m