Skip to content

Enable CONFIG_EXPERT for both RHEL and Fedora

Justin M. Forbes requested to merge jmflinuxtx/kernel-ark:expert_6.4 into os-build

With CONFIG_EXPERT disabled, we have had instances of things changing underneath without our knowledge. This is evident where we had config items specifically set, but they are ignored because the item is now dependent upon CONFIG_EXPERT. It is time to enable CONFIG_EXPERT to ensure that we know exactly how our configs are built.

Additionally, RT is hidden behind CONFIG_EXPERT as well, so RHEL developers already had to ensure that configs dependent upon expert were set correctly for both x86 and aarch64. This should make things a bit easier in that regard since EXPERT is now set everywhere.

Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org

Merge request reports