[coreboot-gerrit] New patch to review for coreboot: fc5c92f Kconfig: Don't select GENERIC_GPIO_LIB in BOARD_ID_SUPPORT

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Apr 21 15:18:48 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9900

-gerrit

commit fc5c92fbf897975b19051e15c3d24469354c4c87
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Mar 26 16:01:02 2015 -0700

    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 at chromium.org>
    
    BRANCH=none
    BUG=none
    TEST=emerge-storm coreboot succeeds in building an image.
    
    Change-Id: If8c5c326265441f0c10999e3882706432139fd89
    Signed-off-by: Patrick Georgi <pgeorgi at 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 at chromium.org>
    Original-Commit-Queue: Stefan Reinauer <reinauer at chromium.org>
    Original-Tested-by: Stefan Reinauer <reinauer at chromium.org>
---
 src/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index 2663f50..11811f8 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



More information about the coreboot-gerrit mailing list