From: Patrick Talbert <[email protected]> [redhat] Set CONFIG_MOUSE_SERIAL=n by default
Since !777 CONFIG_MOUSE_SERIAL is only enabled for x86. That's fine, but the config item does not declare a default so we must unset it for the default case. Cc: Peter Robinson <[email protected]> Cc: Dan HorĂ¡k <[email protected]> Cc: Benjamin Tissoires <[email protected]> Signed-off-by: Patrick Talbert <[email protected]> diff a/redhat/configs/common/generic/CONFIG_MOUSE_SERIAL b/redhat/configs/common/generic/CONFIG_MOUSE_SERIAL --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_MOUSE_SERIAL @@ -0,0 +1 @@ +# CONFIG_MOUSE_SERIAL is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/957 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
