From: Vladis Dronov <[email protected]> Move CONFIG_HW_RANDOM_CN10K to a proper place
And make it build as a module. Signed-off-by: Vladis Dronov <[email protected]> diff --git a/redhat/configs/common/generic/CONFIG_HW_RANDOM_CN10K b/redhat/configs/common/generic/CONFIG_HW_RANDOM_CN10K deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/common/generic/CONFIG_HW_RANDOM_CN10K +++ /dev/null @@ -1 +0,0 @@ -CONFIG_HW_RANDOM_CN10K=y diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_HW_RANDOM_CN10K b/redhat/configs/common/generic/arm/aarch64/CONFIG_HW_RANDOM_CN10K new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_HW_RANDOM_CN10K @@ -0,0 +1 @@ +CONFIG_HW_RANDOM_CN10K=m diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_HW_RANDOM_CN10K b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_HW_RANDOM_CN10K deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_HW_RANDOM_CN10K +++ /dev/null @@ -1 +0,0 @@ -CONFIG_HW_RANDOM_CN10K=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1760 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
