diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-02-10 18:10:22 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-02-10 18:15:52 +0100 |
commit | 9330e13e6b802b936e673f9feb139ae51f056f7e (patch) | |
tree | e141da8fcb2d6e839f8856335207ba9767df9a9f /arch/arm/configs/dove_defconfig | |
parent | arm64: reorder defconfig (diff) | |
download | linux-9330e13e6b802b936e673f9feb139ae51f056f7e.tar.xz linux-9330e13e6b802b936e673f9feb139ae51f056f7e.zip |
ARM: reorder defconfig files
Some Kconfig options have moved around, so adapt the defconfig files
accordingly.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/dove_defconfig')
-rw-r--r-- | arch/arm/configs/dove_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/configs/dove_defconfig b/arch/arm/configs/dove_defconfig index ff37f46c82fb..c8d559f38f48 100644 --- a/arch/arm/configs/dove_defconfig +++ b/arch/arm/configs/dove_defconfig @@ -117,6 +117,9 @@ CONFIG_NLS_ISO8859_2=y CONFIG_NLS_UTF8=y CONFIG_TIMER_STATS=y CONFIG_CRYPTO_NULL=y +CONFIG_CRYPTO_BLOWFISH=y +CONFIG_CRYPTO_TEA=y +CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_ECB=m CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_HMAC=y @@ -124,9 +127,6 @@ CONFIG_CRYPTO_MD4=y CONFIG_CRYPTO_SHA1=y CONFIG_CRYPTO_SHA256=y CONFIG_CRYPTO_SHA512=y -CONFIG_CRYPTO_BLOWFISH=y -CONFIG_CRYPTO_TEA=y -CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_LZO=y # CONFIG_CRYPTO_ANSI_CPRNG is not set |