aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 3cb012e978..a403c53b20 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -358,6 +358,17 @@ 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