summaryrefslogtreecommitdiff
path: root/arch/arm/configs/rpc_defconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2024-01-10 18:49:29 +0100
committerArnd Bergmann <arnd@arndb.de>2024-01-11 09:34:43 +0100
commit23a7fa9c08e8af8ddfdd7d6de980aa0ec7343ef2 (patch)
tree819ea657086c7527dead463bc1ac4d194effcf08 /arch/arm/configs/rpc_defconfig
parent67df5b47a946f594224bf24c07e6ac5086bf8b7f (diff)
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/rpc_defconfig')
-rw-r--r--arch/arm/configs/rpc_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/rpc_defconfig b/arch/arm/configs/rpc_defconfig
index b1d12a2c2ef8..30b093c491ba 100644
--- a/arch/arm/configs/rpc_defconfig
+++ b/arch/arm/configs/rpc_defconfig
@@ -2,13 +2,13 @@
CONFIG_SYSVIPC=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_BLK_DEV_INITRD=y
-CONFIG_MODULES=y
-CONFIG_MODULE_UNLOAD=y
CONFIG_ARCH_MULTI_V4=y
# CONFIG_ARCH_MULTI_V7 is not set
CONFIG_ARCH_RPC=y
CONFIG_CPU_SA110=y
CONFIG_FPE_NWFPE=y
+CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y
CONFIG_PARTITION_ADVANCED=y
CONFIG_BSD_DISKLABEL=y
CONFIG_NET=y