summaryrefslogtreecommitdiff
path: root/arch/arm/configs/sama5_defconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2024-01-10 20:49:29 +0300
committerArnd Bergmann <arnd@arndb.de>2024-01-11 11:34:43 +0300
commit23a7fa9c08e8af8ddfdd7d6de980aa0ec7343ef2 (patch)
tree819ea657086c7527dead463bc1ac4d194effcf08 /arch/arm/configs/sama5_defconfig
parent67df5b47a946f594224bf24c07e6ac5086bf8b7f (diff)
downloadlinux-23a7fa9c08e8af8ddfdd7d6de980aa0ec7343ef2.tar.xz
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 'arch/arm/configs/sama5_defconfig')
-rw-r--r--arch/arm/configs/sama5_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 0e030063130f..9096a99b5abd 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -6,6 +6,7 @@ CONFIG_LOG_BUF_SHIFT=14
CONFIG_CGROUPS=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_EXPERT=y
+CONFIG_KEXEC=y
CONFIG_ARCH_AT91=y
CONFIG_SOC_SAMA5D2=y
CONFIG_SOC_SAMA5D3=y
@@ -14,7 +15,6 @@ CONFIG_SOC_SAMA5D4=y
CONFIG_UACCESS_WITH_MEMCPY=y
# CONFIG_ATAGS is not set
CONFIG_CMDLINE="console=ttyS0,115200 initrd=0x21100000,25165824 root=/dev/ram0 rw"
-CONFIG_KEXEC=y
CONFIG_VFP=y
CONFIG_NEON=y
CONFIG_KERNEL_MODE_NEON=y