diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 2589ad5357df..d779667671b2 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1391,6 +1391,7 @@ endmenu config CRYPTO_HASH_INFO bool +if !KMSAN # avoid false positives from assembly if ARM source "arch/arm/crypto/Kconfig" endif @@ -1412,6 +1413,7 @@ endif if X86 source "arch/x86/crypto/Kconfig" endif +endif source "drivers/crypto/Kconfig" source "crypto/asymmetric_keys/Kconfig" |