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 /configs | |
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,*.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/x86/x86_64/CONFIG_KEYBOARD_APPLESPI | 1 |
1 files changed, 1 insertions, 0 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 |