From: Vladis Dronov <[email protected]>

Brush up crypto ECDH and ECDSA configs

Apply the same change as for C9S, so these configs are
consistent after a later branching. Fedora already has
CRYPTO_ECDSA=y so just add complimentary CRYPTO_ECDH=y.

Signed-off-by: Vladis Dronov <[email protected]>

diff --git a/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_CRYPTO_ECDSA 
b/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_CRYPTO_ECDSA
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_CRYPTO_ECDSA
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_ECDSA=y
diff --git a/redhat/configs/common/generic/CONFIG_CRYPTO_ECDH 
b/redhat/configs/common/generic/CONFIG_CRYPTO_ECDH
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_CRYPTO_ECDH
+++ b/redhat/configs/common/generic/CONFIG_CRYPTO_ECDH
@@ -1 +1 @@
-CONFIG_CRYPTO_ECDH=m
+CONFIG_CRYPTO_ECDH=y
diff --git a/redhat/configs/common/generic/CONFIG_CRYPTO_ECDSA 
b/redhat/configs/common/generic/CONFIG_CRYPTO_ECDSA
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_CRYPTO_ECDSA
+++ b/redhat/configs/common/generic/CONFIG_CRYPTO_ECDSA
@@ -1 +1 @@
-CONFIG_CRYPTO_ECDSA=m
+CONFIG_CRYPTO_ECDSA=y
diff --git a/redhat/configs/fedora/generic/CONFIG_CRYPTO_ECDSA 
b/redhat/configs/fedora/generic/CONFIG_CRYPTO_ECDSA
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/CONFIG_CRYPTO_ECDSA
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_ECDSA=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1879
_______________________________________________
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

Reply via email to