From: Jeremy Linton <jlinton@xxxxxxxxxx> redhat/configs: Fixup HYPERV config on aarch64 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2007430 Upstream Status: RHEL-only Windows on Arm is a thing, and some of those machines support HYPERV. For WoA users it would be helpful if Fedora/etc ran well as a guest OS. The existing enablement patch fails to enable KEYBOARD_ATKB support needed for the hyperv_keyboard to function. That requires enabling the keyboard on ARK as well, so the config is synced a bit between fedora/ark sufficiently to get the correct kb drivers enabled in ARK. Signed-off-by: Jeremy Linton <jlinton@xxxxxxxxxx> diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_INPUT_KEYBOARD b/redhat/configs/ark/generic/arm/aarch64/CONFIG_INPUT_KEYBOARD deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_INPUT_KEYBOARD +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_INPUT_KEYBOARD is not set diff --git a/redhat/configs/fedora/generic/arm/CONFIG_INPUT_MATRIXKMAP b/redhat/configs/common/generic/arm/CONFIG_INPUT_MATRIXKMAP rename from redhat/configs/fedora/generic/arm/CONFIG_INPUT_MATRIXKMAP rename to redhat/configs/common/generic/arm/CONFIG_INPUT_MATRIXKMAP index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/arm/CONFIG_INPUT_MATRIXKMAP +++ b/redhat/configs/common/generic/arm/CONFIG_INPUT_MATRIXKMAP diff --git a/redhat/configs/fedora/generic/arm/CONFIG_KEYBOARD_TEGRA b/redhat/configs/common/generic/arm/CONFIG_KEYBOARD_TEGRA rename from redhat/configs/fedora/generic/arm/CONFIG_KEYBOARD_TEGRA rename to redhat/configs/common/generic/arm/CONFIG_KEYBOARD_TEGRA index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/arm/CONFIG_KEYBOARD_TEGRA +++ b/redhat/configs/common/generic/arm/CONFIG_KEYBOARD_TEGRA diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_KEYBOARD_ATKBD b/redhat/configs/common/generic/arm/aarch64/CONFIG_KEYBOARD_ATKBD new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_KEYBOARD_ATKBD @@ -0,0 +1 @@ +CONFIG_KEYBOARD_ATKBD=y diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_SERIO_LIBPS2 b/redhat/configs/common/generic/arm/aarch64/CONFIG_SERIO_LIBPS2 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_SERIO_LIBPS2 @@ -0,0 +1 @@ +CONFIG_SERIO_LIBPS2=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1393 _______________________________________________ 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 Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure