Skip to content

Commit 8bd088c

Browse files
nordic-marenordicjm
authored andcommitted
[nrf noup] modules: mbedtls: remove deprecated Kconfig
Remove the deprecated PSA_WANT_KEY_TYPE_ECC_KEY_PAIR Kconfig ref: NCSDK-27160 Signed-off-by: Markus Rekdal <[email protected]>
1 parent 42f3433 commit 8bd088c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

modules/mbedtls/Kconfig.psa

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -136,22 +136,6 @@ config PSA_WANT_KEY_TYPE_CHACHA20
136136
Key for the ChaCha20 stream cipher or the ChaCha20-Poly1305 AEAD algorithm.
137137

138138

139-
config PSA_WANT_KEY_TYPE_ECC_KEY_PAIR
140-
bool "PSA ECC key pair support"
141-
select PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY
142-
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT
143-
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_EXPORT
144-
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE
145-
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_DERIVE
146-
select DEPRECATED
147-
help
148-
DEPRECATED: This configuration will be removed in a future release,
149-
please use the individual options for import, export, generate,
150-
derive and public key instead.
151-
152-
Elliptic curve key pair: both the private and public key.
153-
154-
155139
config PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY
156140
bool "PSA ECC public key support"
157141
help

0 commit comments

Comments
 (0)