diff options
author | 2025-05-05 13:33:44 -0700 | |
---|---|---|
committer | 2025-05-12 13:34:03 +0800 | |
commit | 6f9d0f53f50405fcf4abf7ff45cec7baed71151c (patch) | |
tree | ae53c498c23bf18a91c1f408ec8a67524fcff45d /arch/sh | |
parent | crypto: testmgr - rename noextratests to noslowtests (diff) | |
download | wireguard-linux-6f9d0f53f50405fcf4abf7ff45cec7baed71151c.tar.xz wireguard-linux-6f9d0f53f50405fcf4abf7ff45cec7baed71151c.zip |
crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol
There is no reason for people configuring the kernel to be asked about
CRYPTO_MANAGER, so make it a hidden symbol.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/configs/migor_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/configs/migor_defconfig b/arch/sh/configs/migor_defconfig index fc2010c241fb..31dbd8888aaa 100644 --- a/arch/sh/configs/migor_defconfig +++ b/arch/sh/configs/migor_defconfig @@ -87,6 +87,5 @@ CONFIG_TMPFS=y CONFIG_NFS_FS=y CONFIG_ROOT_NFS=y CONFIG_DEBUG_FS=y -CONFIG_CRYPTO_MANAGER=y # CONFIG_CRYPTO_ANSI_CPRNG is not set # CONFIG_CRYPTO_HW is not set |