From 3486736a992f2444677568653e80abb535fb038a Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 26 Mar 2015 16:01:02 -0700 Subject: 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 BRANCH=none BUG=none TEST=emerge-storm coreboot succeeds in building an image. Change-Id: If8c5c326265441f0c10999e3882706432139fd89 Signed-off-by: Patrick Georgi Original-Commit-Id: f49b89e0b03f482a30dc652e5956494fb994cc70 Original-Change-Id: Ie2cd2cd049fdb20fa5cc368bee08babd3f7a551c Original-Reviewed-on: https://chromium-review.googlesource.com/262744 Original-Reviewed-by: Vadim Bendebury Original-Commit-Queue: Stefan Reinauer Original-Tested-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/9900 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Kconfig') 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 -- cgit v1.2.3