aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rush/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/rush/Kconfig')
-rw-r--r--src/mainboard/google/rush/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mainboard/google/rush/Kconfig b/src/mainboard/google/rush/Kconfig
index ebcde63681..8c162ec661 100644
--- a/src/mainboard/google/rush/Kconfig
+++ b/src/mainboard/google/rush/Kconfig
@@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select CHROMEOS
select SOC_NVIDIA_TEGRA132
select MAINBOARD_HAS_BOOTBLOCK_INIT
+ select VIRTUAL_DEV_SWITCH
select BOARD_ROMSIZE_KB_4096
@@ -73,4 +74,16 @@ config BOOT_MEDIA_SPI_CHIP_SELECT
help
Which chip select to use for boot media.
+config VBOOT_RAMSTAGE_INDEX
+ hex
+ default 0x2
+
+config DRIVER_TPM_I2C_BUS
+ hex
+ default 0x2
+
+config DRIVER_TPM_I2C_ADDR
+ hex
+ default 0x20
+
endif # BOARD_GOOGLE_RUSH