summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-01-12 15:54:35 -0800
committerRandall Spangler <rspangler@chromium.org>2012-01-12 15:54:35 -0800
commit70a9928add62f6fddb0e9dc8e135246446c66eee (patch)
treef85250b8bfb3d7992ce067bb80888245f2ac4ede /include
parenta8afa116be94051b78de37e1b2c66a82f82ac4c4 (diff)
downloadchrome-ec-70a9928add62f6fddb0e9dc8e135246446c66eee.tar.gz
Configure all GPIOs
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=chrome-os-partner:7528 TEST=none Change-Id: I0a9be4c689fb72507edcf202073b23c58902d7de
Diffstat (limited to 'include')
-rw-r--r--include/gpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpio.h b/include/gpio.h
index e951f77bf3..d8f270cf28 100644
--- a/include/gpio.h
+++ b/include/gpio.h
@@ -42,7 +42,9 @@ enum gpio_signal {
GPIO_WRITE_PROTECTn, /* Write protect input */
/* Outputs */
GPIO_CPU_PROCHOTn, /* Force CPU to think it's overheated */
+#ifdef BOARD_bds
GPIO_DEBUG_LED, /* Debug LED */
+#endif
GPIO_ENABLE_1_5V_DDR, /* Enable +1.5V_DDR supply */
GPIO_ENABLE_BACKLIGHT, /* Enable backlight power */
GPIO_ENABLE_VCORE, /* Enable +CPU_CORE and +VGFX_CORE */