aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/zoombini/Kconfig
diff options
context:
space:
mode:
authorNick Vaccaro <nvaccaro@chromium.org>2017-12-02 10:26:31 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2018-01-11 01:07:35 +0000
commit8508f7d18286ca9207151951e28578d461cc799d (patch)
treeecf85b901e6478f3a8dc4f0d1042055128610b5b /src/mainboard/google/zoombini/Kconfig
parentffe6dd1f43d6fb2eefd79b2346c4eec6e477d74c (diff)
mainboard/google/zoombini: enable USB and assign acpi irq
-add USB2 and USB3 to devicetree -add TPM_TIS_ACPI_INTERRUPT to Kconfig -map gpe0_dw0, gpe0_dw1, and gpe0_dw2 blocks BUG=b:64395641 BRANCH=chromeos-2016.05 TEST=Verify "./util/abuild/abuild -p none -t google/zoombini -x -a" compiles successfully. Change-Id: Ia7ed76591d9d8d94bbf5652313c478495ce005fa Signed-off-by: Nick Vaccaro <nvaccaro@chromium.org> Reviewed-on: https://review.coreboot.org/23191 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/zoombini/Kconfig')
-rw-r--r--src/mainboard/google/zoombini/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/zoombini/Kconfig b/src/mainboard/google/zoombini/Kconfig
index 2fe8fec04f..8e1cfbbcbe 100644
--- a/src/mainboard/google/zoombini/Kconfig
+++ b/src/mainboard/google/zoombini/Kconfig
@@ -86,4 +86,8 @@ config ZOOMBINI_USE_SPI_TPM
select SPI_TPM
select TPM2
+config TPM_TIS_ACPI_INTERRUPT
+ int
+ default 76 # GPE0_DW2_12 (GPP_C12)
+
endif # BOARD_GOOGLE_BASEBOARD_ZOOMBINI