summaryrefslogtreecommitdiff
path: root/src/mainboard/google/guybrush/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2021-04-28 12:10:57 -0600
committerFelix Held <felix-coreboot@felixheld.de>2021-04-30 23:18:34 +0000
commit433c82761be04fcabaaf22557cd673bf71330feb (patch)
treef9a4f3825e1ed79a9a8def1174fe85e34e137565 /src/mainboard/google/guybrush/Kconfig
parent2415d9b2fb203bbfef820389ec607f483f92ebc0 (diff)
mb/google/guybrush: Remove the GPIO_SIGN_OF_LIFE code
Guybrush is pretty definitely alive, so this can be removed, as the TODO line said. BUG=180721202 TEST=Build Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: I14f89f3e6f780c2da2136a838950ef2bcebc4c3a Reviewed-on: https://review.coreboot.org/c/coreboot/+/52740 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/mainboard/google/guybrush/Kconfig')
-rw-r--r--src/mainboard/google/guybrush/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig
index 8f160fa10e..51ac55dca1 100644
--- a/src/mainboard/google/guybrush/Kconfig
+++ b/src/mainboard/google/guybrush/Kconfig
@@ -96,11 +96,4 @@ config MAINBOARD_FAMILY
string
default "Google_Guybrush"
-config GPIO_SIGN_OF_LIFE
- def_bool n
- help
- Enable toggling GPIO 31 as a sign of life on Guybrush
-
- TODO: Remove this option when board is booting
-
endif # BOARD_GOOGLE_BASEBOARD_GUYBRUSH