From: Scott Weaver scweaver@redhat.com
CONFIG_HW_RANDOM_HISI: move to common and set to m
CONFIG_HW_RANDOM_HISI is arm specific and can be unified as a module for Fedora and RHEL.
This addresses: https://gitlab.com/cki-project/kernel-ark/-/issues/102
Suggested-by: Thomas Huth thuth@redhat.com Signed-off-by: Scott Weaver scweaver@redhat.com
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI b/redhat/configs/common/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI rename from redhat/configs/fedora/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI rename to redhat/configs/common/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI diff --git a/redhat/configs/rhel/generic/CONFIG_HW_RANDOM_HISI b/redhat/configs/rhel/generic/CONFIG_HW_RANDOM_HISI deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/CONFIG_HW_RANDOM_HISI +++ /dev/null @@ -1 +0,0 @@ -CONFIG_HW_RANDOM_HISI=y
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2694
kernel@lists.fedoraproject.org