From: Prarit Bhargava <[email protected]> redhat/configs: Cleanup CONFIG_ACPI_AGDI
CONFIG_ACPI_AGDI enables the ARM Generic Diagnostic Dump and Reset Interface, which by it's very name is ARM specific. Move the ark entry to an aarch64 specific entry, and then combine the fedora and ark entries to a common entry. Signed-off-by: Prarit Bhargava <[email protected]> diff --git a/redhat/configs/ark/generic/CONFIG_ACPI_AGDI b/redhat/configs/common/generic/arm/aarch64/CONFIG_ACPI_AGDI rename from redhat/configs/ark/generic/CONFIG_ACPI_AGDI rename to redhat/configs/common/generic/arm/aarch64/CONFIG_ACPI_AGDI index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/CONFIG_ACPI_AGDI +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_ACPI_AGDI diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_ACPI_AGDI b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_ACPI_AGDI deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_ACPI_AGDI +++ /dev/null @@ -1 +0,0 @@ -CONFIG_ACPI_AGDI=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1949 _______________________________________________ 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
