[PATCH 1/6] arch: move promptless options to end of Kconfig file
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Mar 12 23:45:52 PDT 2025
Later commits will move many more promptless arch symbols into the file,
so prepare for that by moving the current ones to the end and leave the
options, which either have a prompt or are not boolean at the start.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
arch/Kconfig | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/arch/Kconfig b/arch/Kconfig
index aee5375dc70c..21175b90a076 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -9,19 +9,6 @@
#
source "arch/$(SRCARCH)/Kconfig"
-config ARCH_HAS_CTRLC
- bool
-
-#
-# Select this option if the architecture assumes DMA devices are coherent
-# by default.
-#
-config ARCH_DMA_DEFAULT_COHERENT
- bool
-
-config ARCH_HAS_ASAN_FIBER_API
- bool
-
config ARCH_LINUX_NAME
string
default "$(SRCARCH)"
@@ -30,9 +17,6 @@ config ARCH_MKIMAGE_NAME
string
default "invalid"
-config HAVE_ARCH_BOARD_GENERIC_DT
- bool
-
menu "General architecture-dependent options"
config BOARD_GENERIC_DT
@@ -64,3 +48,19 @@ config BOARD_GENERIC_FIT
installed on the build host.
endmenu
+
+config ARCH_HAS_CTRLC
+ bool
+
+#
+# Select this option if the architecture assumes DMA devices are coherent
+# by default.
+#
+config ARCH_DMA_DEFAULT_COHERENT
+ bool
+
+config ARCH_HAS_ASAN_FIBER_API
+ bool
+
+config HAVE_ARCH_BOARD_GENERIC_DT
+ bool
--
2.39.5
More information about the barebox
mailing list