Skip to content

Commit

Permalink
config-mpi: Switch more settings to M
Browse files Browse the repository at this point in the history
After the last commit, a few settings are no longer required to be
static, so set them to M.
  • Loading branch information
donald committed Sep 20, 2022
1 parent f5da622 commit 0859580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config-mpi
Original file line number Diff line number Diff line change
Expand Up @@ -828,9 +828,9 @@ CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_DES=y
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_X509_CERTIFICATE_PARSER=y
CONFIG_PKCS7_MESSAGE_PARSER=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=m
CONFIG_X509_CERTIFICATE_PARSER=m
CONFIG_PKCS7_MESSAGE_PARSER=m
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_CRC16=y
CONFIG_CRC_ITU_T=y
Expand Down

0 comments on commit 0859580

Please sign in to comment.