From 880420d471e7a079a23f82d499e8f5c7678dafef Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Fri, 8 Dec 2023 17:30:13 +0100 Subject: [PATCH] Revert "pkg: fedora: Disable wrong NX compatibility flag" This reverts commit 3d3ce1ab74c709fad0ffae4877993e16f9fa9fb4. --- pkg/fedora/kernel-surface/configs/fedora.config | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkg/fedora/kernel-surface/configs/fedora.config b/pkg/fedora/kernel-surface/configs/fedora.config index 8ab727953..3ef4a0dc1 100644 --- a/pkg/fedora/kernel-surface/configs/fedora.config +++ b/pkg/fedora/kernel-surface/configs/fedora.config @@ -6,9 +6,4 @@ ## The build fails because this is not enabled in the config set for RHEL, ## but enabled automatically by one of our patches. ## -CONFIG_VIDEO_V4L2_SUBDEV_API=y - -## -## Disable (wrong) NX compatibility flag. -## -# CONFIG_EFI_DXE_MEM_ATTRIBUTES is not set +CONFIG_VIDEO_V4L2_SUBDEV_API=y \ No newline at end of file