From: Mark Langsdorf <mlang...@redhat.com> redhat/configs: move CONFIG_ACPI_VIDEO to common/generic
Now that ACPI video devices appear on ARM64 systems, the kernel's config file has removed the dependency on CONFIG_X86 for CONFIG_VIDEO. Move the config option from common/generic/x86 to common/generic. Signed-off-by: Mark Langsdorf <mlang...@redhat.com> diff --git a/redhat/configs/common/generic/CONFIG_ACPI_VIDEO b/redhat/configs/common/generic/CONFIG_ACPI_VIDEO index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_ACPI_VIDEO +++ b/redhat/configs/common/generic/CONFIG_ACPI_VIDEO @@ -1 +1 @@ -# CONFIG_ACPI_VIDEO is not set +CONFIG_ACPI_VIDEO=m diff --git a/redhat/configs/common/generic/x86/CONFIG_ACPI_VIDEO b/redhat/configs/common/generic/x86/CONFIG_ACPI_VIDEO deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/common/generic/x86/CONFIG_ACPI_VIDEO +++ /dev/null @@ -1 +0,0 @@ -CONFIG_ACPI_VIDEO=m -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2111 _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org 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@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue