diff options
author | Jeremy Cline <jcline@redhat.com> | 2019-11-07 11:19:36 -0500 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-11-07 11:21:52 -0500 |
commit | c0ae175a90e224bb366382c919a6584447c5598c (patch) | |
tree | eb0661951b093fb54851a2de733761131e2b4334 | |
parent | cf93fd5615591912c3e82f0e306d1d4e0e531be3 (diff) | |
download | kernel-c0ae175a90e224bb366382c919a6584447c5598c.tar.gz kernel-c0ae175a90e224bb366382c919a6584447c5598c.tar.xz kernel-c0ae175a90e224bb366382c919a6584447c5598c.zip |
Enable the Apple SPI driver for keyboard/touchpad (rhbz 1769465)
This enables support for Macbook8,1 and later, along with the
MacbookPro13,* and MacbookPro14,*.
-rw-r--r-- | configs/fedora/generic/x86/x86_64/CONFIG_KEYBOARD_APPLESPI | 1 | ||||
-rw-r--r-- | kernel-x86_64-debug.config | 2 | ||||
-rw-r--r-- | kernel-x86_64.config | 2 |
3 files changed, 3 insertions, 2 deletions
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 |