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:40:13 -0500 |
commit | 40d733babbfb649a876d22f60c5c8c2196c9501e (patch) | |
tree | d34df0e888618f996217ca92bb8bc33feb322d0e /kernel-x86_64.config | |
parent | 0967f9767b9fba545f741b944a9eedf7e20346f0 (diff) | |
download | kernel-40d733babbfb649a876d22f60c5c8c2196c9501e.tar.gz kernel-40d733babbfb649a876d22f60c5c8c2196c9501e.tar.xz kernel-40d733babbfb649a876d22f60c5c8c2196c9501e.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 'kernel-x86_64.config')
-rw-r--r-- | kernel-x86_64.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-x86_64.config b/kernel-x86_64.config index e721fb10c..bc866f8ad 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -2685,7 +2685,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 |