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/nhk8815_defconfig | |
parent | d339b2e6b1885aac678aa52f944caa160d480f5e (diff) | |
download | linux-9330e13e6b802b936e673f9feb139ae51f056f7e.tar.gz |
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/nhk8815_defconfig')
-rw-r--r-- | arch/arm/configs/nhk8815_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/nhk8815_defconfig b/arch/arm/configs/nhk8815_defconfig index d5881de42018..4171dafddc0a 100644 --- a/arch/arm/configs/nhk8815_defconfig +++ b/arch/arm/configs/nhk8815_defconfig @@ -131,9 +131,9 @@ CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ASCII=y CONFIG_NLS_ISO8859_1=y CONFIG_NLS_ISO8859_15=y +CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_SHA1=y -CONFIG_CRYPTO_DES=y # CONFIG_DEBUG_BUGVERBOSE is not set CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y CONFIG_DEBUG_FS=y |