summaryrefslogtreecommitdiff
path: root/src/mainboard/google/mancomb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/mancomb/Kconfig')
-rw-r--r--src/mainboard/google/mancomb/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/mancomb/Kconfig b/src/mainboard/google/mancomb/Kconfig
index 3fbe75287d..0e4a49fc37 100644
--- a/src/mainboard/google/mancomb/Kconfig
+++ b/src/mainboard/google/mancomb/Kconfig
@@ -39,10 +39,18 @@ config AMD_FWM_POSITION_INDEX
help
TODO: might need to be adapted for better placement of files in cbfs
+config VARIANT_DIR
+ string
+ default "mancomb" if BOARD_GOOGLE_MANCOMB
+
config DEVICETREE
string
default "variants/baseboard/devicetree.cb"
+config OVERRIDE_DEVICETREE
+ string
+ default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
+
config MAINBOARD_FAMILY
string
default "Google_Mancomb"