Skip to content

Commit 1376956

Browse files
Eric Biggersmimizohar
authored andcommitted
integrity: Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYS
Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYS, since INTEGRITY_ASYMMETRIC_KEYS selects several options that depend on CRYPTO. This unblocks the removal of the CRYPTO selection from SIGNATURE. SIGNATURE (lib/digsig.c) itself will no longer need CRYPTO, but INTEGRITY_ASYMMETRIC_KEYS was depending on it indirectly via the chain SIGNATURE => INTEGRITY_SIGNATURE => INTEGRITY_ASYMMETRIC_KEYS. Signed-off-by: Eric Biggers <[email protected]> Reviewed-by: Paul Menzel <[email protected]> Signed-off-by: Mimi Zohar <[email protected]>
1 parent c17b750 commit 1376956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/integrity/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ config INTEGRITY_ASYMMETRIC_KEYS
3636
default n
3737
select ASYMMETRIC_KEY_TYPE
3838
select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
39+
select CRYPTO
3940
select CRYPTO_RSA
4041
select X509_CERTIFICATE_PARSER
4142
help

0 commit comments

Comments
 (0)