From: David Arcari darcari@redhat.com
cleanup CONFIG_X86_PLATFORM_DRIVERS_INTEL
We want this enabled for x86 on Fedora and RHEL.
Signed-off-by: David Arcari darcari@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_X86_PLATFORM_DRIVERS_INTEL b/redhat/configs/common/generic/x86/CONFIG_X86_PLATFORM_DRIVERS_INTEL rename from redhat/configs/common/generic/CONFIG_X86_PLATFORM_DRIVERS_INTEL rename to redhat/configs/common/generic/x86/CONFIG_X86_PLATFORM_DRIVERS_INTEL index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_X86_PLATFORM_DRIVERS_INTEL +++ b/redhat/configs/common/generic/x86/CONFIG_X86_PLATFORM_DRIVERS_INTEL diff --git a/redhat/configs/fedora/generic/x86/CONFIG_X86_PLATFORM_DRIVERS_INTEL b/redhat/configs/fedora/generic/x86/CONFIG_X86_PLATFORM_DRIVERS_INTEL deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/x86/CONFIG_X86_PLATFORM_DRIVERS_INTEL +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_X86_PLATFORM_DRIVERS_INTEL: -# -# Say Y here to get to see options for device drivers for -# various Intel x86 platforms, including vendor-specific -# drivers. This option alone does not add any kernel code. -# -# If you say N, all options in this submenu will be skipped -# and disabled. -# -# Symbol: X86_PLATFORM_DRIVERS_INTEL [=y] -# Type : bool -# Defined at drivers/platform/x86/intel/Kconfig:6 -# Prompt: Intel x86 Platform Specific Device Drivers -# Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] -# Location: -# -> Device Drivers -# -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y]) -# -# -# -CONFIG_X86_PLATFORM_DRIVERS_INTEL=y
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1407
From: David Arcari on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1407#note_6882523...
Hmm - I tried a local build without my changes and I see the same error:
Processing /home/darcari/git/kernel-ark/redhat/configs/kernel- aarch64-rhel.config ... Error: Mismatches found in configuration files Found # CONFIG_STRICT_DEVMEM is not set, after generation, had CONFIG_STRICT_DEVMEM y in Source tree make[1]: *** [Makefile:141: dist-configs-check] Error 1 make[1]: Leaving directory '/home/darcari/git/kernel-ark/redhat' make: *** [makefile:12: dist-configs-check] Error 2
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1407#note_6883251...
That should be resolved now, we cleaned out the pending-common entries that did not have an associated MR. I have recreated the necessary ones and will be creating MRs so that everything is properly tracked.
kernel@lists.fedoraproject.org