summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 64da06150e..a43a9796d0 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -341,17 +341,6 @@ config BOARD_ID_STRING
This string is placed in the 'board_id' CBFS file for indicating
board type.
-config DEVICETREE
- string
- default "devicetree.cb"
- help
- This symbol allows mainboards to select a different file under their
- mainboard directory for the devicetree.cb file. This allows the board
- variants that need different devicetrees to be in the same directory.
-
- Examples: "devicetree.variant.cb"
- "variant/devicetree.cb"
-
config RAM_CODE_SUPPORT
bool
default n
@@ -382,6 +371,17 @@ menu "Mainboard"
source "src/mainboard/Kconfig"
+config DEVICETREE
+ string
+ default "devicetree.cb"
+ help
+ This symbol allows mainboards to select a different file under their
+ mainboard directory for the devicetree.cb file. This allows the board
+ variants that need different devicetrees to be in the same directory.
+
+ Examples: "devicetree.variant.cb"
+ "variant/devicetree.cb"
+
# defaults for CBFS_SIZE are set at the end of the file.
config CBFS_SIZE
hex "Size of CBFS filesystem in ROM"