summaryrefslogtreecommitdiff
path: root/board/mec1322_evb/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/mec1322_evb/board.h')
-rw-r--r--board/mec1322_evb/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/mec1322_evb/board.h b/board/mec1322_evb/board.h
index 73a861fa47..57728ca529 100644
--- a/board/mec1322_evb/board.h
+++ b/board/mec1322_evb/board.h
@@ -13,6 +13,7 @@
#define CONFIG_WATCHDOG_HELP
#define CONFIG_FANS 1
#define CONFIG_ADC
+#define CONFIG_WAKE_PIN GPIO_S1
/* Modules we want to exclude */
#undef CONFIG_EEPROM
@@ -40,6 +41,7 @@ enum gpio_signal {
GPIO_LED3,
GPIO_PCH_SMI_L, /* SMI output */
GPIO_PCH_WAKE_L, /* PCH wake pin */
+ GPIO_S1, /* Switch S1 */
/*
* Signals which aren't implemented on MEC1322 eval board but we'll
* emulate anyway, to make it more convenient to debug other code.