[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: Remove config DRIVERS_GENERIC_GPIO_REGULATOR

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Sat Feb 18 06:10:01 CET 2017


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18399

-gerrit

commit 397430619599005a999430c8bcd8f34706a321d1
Author: Furquan Shaikh <furquan at chromium.org>
Date:   Fri Feb 17 21:03:26 2017 -0800

    mainboard/google/reef: Remove config DRIVERS_GENERIC_GPIO_REGULATOR
    
    Since we are not using gpio regulators on reef anymore, remove the
    selection from Kconfig as well.
    
    BUG=None
    BRANCH=None
    TEST=Compiles successfully.
    
    Change-Id: Iae7d88dec3ac476d65b292f97a6ba3add71ce07a
    Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
 src/mainboard/google/reef/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index 856dd84..077cb7c 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -53,9 +53,6 @@ config DRIVERS_I2C_WACOM
 config DRIVERS_PS2_KEYBOARD
 	default y
 
-config DRIVERS_GENERIC_GPIO_REGULATOR
-	default y
-
 config MAINBOARD_DIR
 	string
 	default google/reef



More information about the coreboot-gerrit mailing list