From: Thomas Huth <[email protected]> redhat/configs: Consolidate the CONFIG_AP switch
CONFIG_AP is enabled in both, the rhel and the fedora config folder, so we can consolidate this in the common folder instead (and make sure that it resides in the s390x sub-folder since this affects s390x only). Signed-off-by: Thomas Huth <[email protected]> diff --git a/redhat/configs/fedora/generic/s390x/CONFIG_AP b/redhat/configs/common/generic/s390x/CONFIG_AP rename from redhat/configs/fedora/generic/s390x/CONFIG_AP rename to redhat/configs/common/generic/s390x/CONFIG_AP index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/s390x/CONFIG_AP +++ b/redhat/configs/common/generic/s390x/CONFIG_AP diff --git a/redhat/configs/rhel/generic/CONFIG_AP b/redhat/configs/rhel/generic/CONFIG_AP deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/CONFIG_AP +++ /dev/null @@ -1 +0,0 @@ -CONFIG_AP=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3830 -- _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue
