summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2015-03-26 16:01:02 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-04-22 08:55:11 +0200
commit3486736a992f2444677568653e80abb535fb038a (patch)
treea524ce0cc51b62085b3180f85cb14f673f65c5ad /src/Kconfig
parent97db1fb47fdf72fdf6a35e5b2886b14a3c13dafa (diff)
downloadcoreboot-3486736a992f2444677568653e80abb535fb038a.tar.xz
Kconfig: Don't select GENERIC_GPIO_LIB in BOARD_ID_SUPPORT
The code guarded by BOARD_ID_SUPPORT does not use this library. Signed-off-by: Stefan Reinauer <reinauer@chromium.org> BRANCH=none BUG=none TEST=emerge-storm coreboot succeeds in building an image. Change-Id: If8c5c326265441f0c10999e3882706432139fd89 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: f49b89e0b03f482a30dc652e5956494fb994cc70 Original-Change-Id: Ie2cd2cd049fdb20fa5cc368bee08babd3f7a551c Original-Reviewed-on: https://chromium-review.googlesource.com/262744 Original-Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Original-Commit-Queue: Stefan Reinauer <reinauer@chromium.org> Original-Tested-by: Stefan Reinauer <reinauer@chromium.org> Reviewed-on: http://review.coreboot.org/9900 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 2663f5022d..11811f8a66 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1152,7 +1152,6 @@ config GENERIC_GPIO_LIB
config BOARD_ID_SUPPORT
bool "Discover board ID and store it in coreboot table"
default n
- select GENERIC_GPIO_LIB
help
If enabled, coreboot discovers the board id of the hardware it is
running on and reports it through the coreboot table to the rest of