From: Peter Robinson <pbrobinson@xxxxxxxxx> THe i8042 PC Keyboard controller and AT keyboard are x86 only so only enable them on that architecture. Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxx> --- redhat/configs/common/generic/CONFIG_KEYBOARD_ATKBD | 2 +- redhat/configs/common/generic/CONFIG_SERIO_I8042 | 2 +- redhat/configs/common/generic/x86/CONFIG_KEYBOARD_ATKBD | 1 + redhat/configs/common/generic/x86/CONFIG_SERIO_I8042 | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 redhat/configs/common/generic/x86/CONFIG_KEYBOARD_ATKBD create mode 100644 redhat/configs/common/generic/x86/CONFIG_SERIO_I8042 diff --git a/redhat/configs/common/generic/CONFIG_KEYBOARD_ATKBD b/redhat/configs/common/generic/CONFIG_KEYBOARD_ATKBD index 54a1bd12bfd8..99703e4ab082 100644 --- a/redhat/configs/common/generic/CONFIG_KEYBOARD_ATKBD +++ b/redhat/configs/common/generic/CONFIG_KEYBOARD_ATKBD @@ -1 +1 @@ -CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_ATKBD is not set diff --git a/redhat/configs/common/generic/CONFIG_SERIO_I8042 b/redhat/configs/common/generic/CONFIG_SERIO_I8042 index 8e5a28dd35c8..845ecda41a38 100644 --- a/redhat/configs/common/generic/CONFIG_SERIO_I8042 +++ b/redhat/configs/common/generic/CONFIG_SERIO_I8042 @@ -1 +1 @@ -CONFIG_SERIO_I8042=y +# CONFIG_SERIO_I8042 is not set diff --git a/redhat/configs/common/generic/x86/CONFIG_KEYBOARD_ATKBD b/redhat/configs/common/generic/x86/CONFIG_KEYBOARD_ATKBD new file mode 100644 index 000000000000..54a1bd12bfd8 --- /dev/null +++ b/redhat/configs/common/generic/x86/CONFIG_KEYBOARD_ATKBD @@ -0,0 +1 @@ +CONFIG_KEYBOARD_ATKBD=y diff --git a/redhat/configs/common/generic/x86/CONFIG_SERIO_I8042 b/redhat/configs/common/generic/x86/CONFIG_SERIO_I8042 new file mode 100644 index 000000000000..8e5a28dd35c8 --- /dev/null +++ b/redhat/configs/common/generic/x86/CONFIG_SERIO_I8042 @@ -0,0 +1 @@ +CONFIG_SERIO_I8042=y -- GitLab _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx