diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-01-03 10:11:38 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-01-03 10:11:38 -0600 |
commit | 853a1bdee228fd49f2844364dcfa7df65ef40d4b (patch) | |
tree | 725f8c111477b1ce77cbc36dd85e34f0dfc18995 /kernel-aarch64-fedora.config | |
parent | 2a0e3107b684eb296b079d3b2a3ca4dff219e97e (diff) | |
download | kernel-853a1bdee228fd49f2844364dcfa7df65ef40d4b.tar.gz kernel-853a1bdee228fd49f2844364dcfa7df65ef40d4b.tar.xz kernel-853a1bdee228fd49f2844364dcfa7df65ef40d4b.zip |
kernel-5.16-0.rc8.55
* Mon Jan 03 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc8.55]
- redhat/configs: enable CONFIG_INPUT_KEYBOARD for AARCH64 (Vitaly Kuznetsov)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-aarch64-fedora.config')
-rw-r--r-- | kernel-aarch64-fedora.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-aarch64-fedora.config b/kernel-aarch64-fedora.config index 8f661a773..1245fccaa 100644 --- a/kernel-aarch64-fedora.config +++ b/kernel-aarch64-fedora.config @@ -3320,7 +3320,7 @@ CONFIG_KEYBOARD_ADC=m # CONFIG_KEYBOARD_ADP5588 is not set # CONFIG_KEYBOARD_ADP5589 is not set # CONFIG_KEYBOARD_APPLESPI is not set -# CONFIG_KEYBOARD_ATKBD is not set +CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_BCM is not set # CONFIG_KEYBOARD_CAP11XX is not set CONFIG_KEYBOARD_CROS_EC=m @@ -6410,7 +6410,7 @@ CONFIG_SERIO_ARC_PS2=m # CONFIG_SERIO_CT82C710 is not set # CONFIG_SERIO_GPIO_PS2 is not set # CONFIG_SERIO_I8042 is not set -# CONFIG_SERIO_LIBPS2 is not set +CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_OLPC_APSP is not set # CONFIG_SERIO_PARKBD is not set # CONFIG_SERIO_PCIPS2 is not set |