diff options
author | Furquan Shaikh <furquan@chromium.org> | 2017-02-17 21:03:26 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-02-20 05:07:28 +0100 |
commit | abd5d1d35cc3fb771868d9b970d9748c95ed91f3 (patch) | |
tree | 32bbc1397d8a341a2932965b5a184301da5219e2 /src/mainboard | |
parent | 480eab0da9766ef4ae8befdc3dffcdb586db2fab (diff) | |
download | coreboot-abd5d1d35cc3fb771868d9b970d9748c95ed91f3.tar.xz |
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@chromium.org>
Reviewed-on: https://review.coreboot.org/18399
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 3 |
1 files changed, 0 insertions, 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 |