summaryrefslogtreecommitdiffstats
path: root/board/coreboot/coreboot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/coreboot/coreboot/Kconfig')
-rw-r--r--board/coreboot/coreboot/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/coreboot/coreboot/Kconfig b/board/coreboot/coreboot/Kconfig
index 6ca6cedf0d..e5ccf5848f 100644
--- a/board/coreboot/coreboot/Kconfig
+++ b/board/coreboot/coreboot/Kconfig
@@ -9,7 +9,20 @@ config SYS_VENDOR
config SYS_SOC
default "coreboot"
+comment "coreboot-specific options"
+
config SYS_CONFIG_NAME
+ string "Board configuration file"
default "coreboot"
+ help
+ This option selects the board configuration file in include/configs/
+ directory to be used to build U-Boot for coreboot.
+
+config DEFAULT_DEVICE_TREE
+ string "Board Device Tree Source (dts) file"
+ default "link"
+ help
+ This option selects the board Device Tree Source (dts) file in
+ arch/x86/dts/ directory to be used to build U-Boot for coreboot.
endif
OpenPOWER on IntegriCloud