rush: Update rush Kconfig file

Update rush Kconfig file to include TPM and RAMSTAGE_INDEX options

BUG=None
BRANCH=None
TEST=Compiles successfully. TPM works. Ramstage boots successfully.

Change-Id: Ie55260c710ffcb6a2e04c8658ca6dd3cdec6b6db
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://chromium-review.googlesource.com/209978
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Commit-Queue: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Furquan Shaikh 2014-07-25 14:35:46 -07:00 committed by chrome-internal-fetch
commit 0088f5aade

View file

@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select CHROMEOS
select SOC_NVIDIA_TEGRA132
select MAINBOARD_HAS_BOOTBLOCK_INIT
select VIRTUAL_DEV_SWITCH
config MAINBOARD_DIR
string
@ -71,4 +72,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