From: Don Zickus dzickus@redhat.com
Update the RHEL_DIFFERENCES help string
It was pointed out that the kconfig for RHEL_DIFFERENCES did not match the intention of the kconfig no more. Update the text to reflect the current usage.
Signed-off-by: Don Zickus dzickus@redhat.com
diff --git a/Kconfig.redhat b/Kconfig.redhat index blahblah..blahblah 100644 --- a/Kconfig.redhat +++ b/Kconfig.redhat @@ -6,13 +6,14 @@ menu "Red Hat options"
config RHEL_DIFFERENCES - bool "Remove support for deprecated features" + bool "Enable RHEL-only code" help - Red Hat may choose to deprecate certain features in its kernels. - Enable this option to remove support for hardware that is no - longer supported. + This option makes it simple to disable RHEL-only code to compare + with upstream. RHEL-only code is necessary for RHEL features but + unnecessary for Fedora. Disabling allows the Fedora community to + compile code closer to upstream.
- Unless you want a restricted kernel, say N here. + Unless you want to enable RHEL-only features, say N here.
config RH_KABI_SIZE_ALIGN_CHECKS bool "Enables more stringent kabi checks in the macros"
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3466
kernel@lists.fedoraproject.org