From: Prarit Bhargava <[email protected]> redhat/configs: Enable Marvell OcteonTX2 crypto device
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2042239 Upstream Status: RHEL only Enable CRYPTO_DEV_OCTEONTX2_CPT, HW_RANDOM_CN10K and build them as modules. Enable NET_VENDOR_MARVELL and OCTEONTX2_MBOX as these are requirements. Explicitly disable unsupported Marvell network drivers which become avaliable after enabling NET_VENDOR_MARVELL. Update filter-modules.sh.rhel so crypto drivers are filtered out to kernel-core and kernel-modules packages the same way as ethernet drivers are. Do not filter out ccp crypto driver as it is required by kvm-amd.ko. Signed-off-by: Vladis Dronov <[email protected]> Signed-off-by: Prarit Bhargava <[email protected]> diff --git a/redhat/configs/ark/generic/CONFIG_OCTEONTX2_AF b/redhat/configs/ark/generic/CONFIG_OCTEONTX2_AF new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_OCTEONTX2_AF @@ -0,0 +1 @@ +# CONFIG_OCTEONTX2_AF is not set diff --git a/redhat/configs/ark/generic/CONFIG_OCTEONTX2_PF b/redhat/configs/ark/generic/CONFIG_OCTEONTX2_PF new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_OCTEONTX2_PF @@ -0,0 +1 @@ +# CONFIG_OCTEONTX2_PF is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2021 _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue
