summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2019-11-07 11:19:36 -0500
committerJeremy Cline <jcline@redhat.com>2019-11-07 11:21:52 -0500
commitc0ae175a90e224bb366382c919a6584447c5598c (patch)
treeeb0661951b093fb54851a2de733761131e2b4334
parentcf93fd5615591912c3e82f0e306d1d4e0e531be3 (diff)
downloadkernel-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_APPLESPI1
-rw-r--r--kernel-x86_64-debug.config2
-rw-r--r--kernel-x86_64.config2
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