aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/octopus/Kconfig')
-rw-r--r--src/mainboard/google/octopus/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index dc58ec8310..f7651cd114 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -100,4 +100,22 @@ config TPM_TIS_ACPI_INTERRUPT
int
default 63 # GPE0_DW1_31 (GPIO_63)
+config DRAM_PART_NUM_IN_CBI
+ bool
+
+config DRAM_PART_NUM_ALWAYS_IN_CBI
+ bool
+ depends on DRAM_PART_NUM_IN_CBI
+
+config DRAM_PART_IN_CBI_BOARD_ID_MIN
+ int
+ depends on DRAM_PART_NUM_IN_CBI && !DRAM_PART_NUM_ALWAYS_IN_CBI
+ default 255 if BOARD_GOOGLE_YORP
+ default 255 if BOARD_GOOGLE_BIP
+ default 9 if BOARD_GOOGLE_PHASER
+ default 9 if BOARD_GOOGLE_FLEEX
+ default 9 if BOARD_GOOGLE_BOBBA
+ default 9 if BOARD_GOOGLE_MEEP
+ default 255 if BOARD_GOOGLE_OCTOPUS
+
endif # BOARD_GOOGLE_OCTOPUS