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,10 @@ 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. - - Unless you want a restricted kernel, say N here. + This option controls whether rhel-only changes are enabled during + the build. Unless you want to enable rhel-only changes, 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