From 00eded7d5f2ed2c57c70e997f991742ffccff868 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Fri, 17 Feb 2017 21:03:26 -0800 Subject: [PATCH] UPSTREAM: 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: Iaa6ef0c06a23d42c0d92a57a7b3bbf634c4d14d5 Signed-off-by: Patrick Georgi Original-Commit-Id: abd5d1d35cc3fb771868d9b970d9748c95ed91f3 Original-Change-Id: Iae7d88dec3ac476d65b292f97a6ba3add71ce07a Original-Signed-off-by: Furquan Shaikh Original-Reviewed-on: https://review.coreboot.org/18399 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Duncan Laurie Reviewed-on: https://chromium-review.googlesource.com/445139 --- 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 856dd842d4..077cb7c5bc 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