Enable publishing of board ID where supported
These boards are supposed to be able to determine the board ID at run time based on GPIO settings. BUG=chrome-os-partner:30489 TEST=verified that all boards build. Checked that storm proto0 reports board ID of 0 on the console Original-Change-Id: Iadd758a799d69e1e34579d7d495378856b64c45b Original-Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/210119 (cherry picked from commit f4d41ddf906c1bf0d10da38011998fa0a630c332) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Change-Id: I0d5f94d3428157a70f0a9d711b57432e3f796733 Reviewed-on: http://review.coreboot.org/8722 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
81678809d5
commit
052b7fec07
@@ -1133,6 +1133,7 @@ config BOARD_ID_SUPPORT
|
||||
config TERTIARY_BOARD_ID
|
||||
bool "Interpret board ID GPIOs as tertiary inputs"
|
||||
default n
|
||||
depends on BOARD_ID_SUPPORT
|
||||
help
|
||||
Consider each GPIO as being in one of three states: pulled down (0),
|
||||
pulled up (1), or not connected (2)
|
||||
|
Reference in New Issue
Block a user