diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-01-10 18:49:29 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-01-11 09:34:43 +0100 |
commit | 23a7fa9c08e8af8ddfdd7d6de980aa0ec7343ef2 (patch) | |
tree | 819ea657086c7527dead463bc1ac4d194effcf08 /arch/arm/configs/vf610m4_defconfig | |
parent | arm64: defconfig reorder config lines (diff) | |
download | linux-23a7fa9c08e8af8ddfdd7d6de980aa0ec7343ef2.tar.xz linux-23a7fa9c08e8af8ddfdd7d6de980aa0ec7343ef2.zip |
ARM: defconfig: reorder config lines
As part of general housekeeping, change the defconfig files to
sort lines based on the 'make savedefconfig' output, to make
it easier to do additional changes on top.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/configs/vf610m4_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/vf610m4_defconfig b/arch/arm/configs/vf610m4_defconfig index 963ff0a03311..a5609cbfdfb3 100644 --- a/arch/arm/configs/vf610m4_defconfig +++ b/arch/arm/configs/vf610m4_defconfig @@ -4,8 +4,8 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_RD_LZMA is not set # CONFIG_RD_XZ is not set # CONFIG_RD_LZ4 is not set -CONFIG_KALLSYMS_ALL=y CONFIG_EXPERT=y +CONFIG_KALLSYMS_ALL=y # CONFIG_MMU is not set CONFIG_ARCH_MXC=y CONFIG_SOC_VF610=y |