From: Prarit Bhargava <prarit@xxxxxxxxxx> Cleanup 'disabled' config options for RHEL RHEL does not currently enable features in these areas. Disable them for RHEL. Found by CONFIG inspection. Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> diff --git a/redhat/configs/common/generic/CONFIG_CARDBUS b/redhat/configs/common/generic/CONFIG_CARDBUS index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_CARDBUS +++ b/redhat/configs/common/generic/CONFIG_CARDBUS @@ -1 +1 @@ -CONFIG_CARDBUS=y +# CONFIG_CARDBUS is not set diff --git a/redhat/configs/common/generic/CONFIG_YENTA b/redhat/configs/common/generic/CONFIG_YENTA index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_YENTA +++ b/redhat/configs/common/generic/CONFIG_YENTA @@ -1 +1 @@ -CONFIG_YENTA=m +# CONFIG_YENTA is not set diff --git a/redhat/configs/common/generic/arm/CONFIG_RESET_SCMI b/redhat/configs/common/generic/arm/CONFIG_RESET_SCMI index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/arm/CONFIG_RESET_SCMI +++ b/redhat/configs/common/generic/arm/CONFIG_RESET_SCMI @@ -1 +1 @@ -CONFIG_RESET_SCMI=y +# CONFIG_RESET_SCMI is not set diff --git a/redhat/configs/fedora/generic/CONFIG_CARDBUS b/redhat/configs/fedora/generic/CONFIG_CARDBUS new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/fedora/generic/CONFIG_CARDBUS @@ -0,0 +1 @@ +CONFIG_CARDBUS=y diff --git a/redhat/configs/fedora/generic/CONFIG_YENTA b/redhat/configs/fedora/generic/CONFIG_YENTA new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/fedora/generic/CONFIG_YENTA @@ -0,0 +1 @@ +CONFIG_YENTA=m diff --git a/redhat/configs/fedora/generic/arm/CONFIG_RESET_SCMI b/redhat/configs/fedora/generic/arm/CONFIG_RESET_SCMI new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/fedora/generic/arm/CONFIG_RESET_SCMI @@ -0,0 +1 @@ +CONFIG_RESET_SCMI=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1611 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure