From 052b7fec0712bb0e1332cd6ff6d42e9243ce40b5 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Mon, 28 Jul 2014 17:19:26 -0700 Subject: 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 Original-Reviewed-on: https://chromium-review.googlesource.com/210119 (cherry picked from commit f4d41ddf906c1bf0d10da38011998fa0a630c332) Signed-off-by: Marc Jones Change-Id: I0d5f94d3428157a70f0a9d711b57432e3f796733 Reviewed-on: http://review.coreboot.org/8722 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 195fa809ea..7aee4781ad 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -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) -- cgit v1.2.3