summaryrefslogtreecommitdiff
path: root/board/host/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/board.h')
-rw-r--r--board/host/board.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/host/board.h b/board/host/board.h
index 1997a23a7e..154a49fa60 100644
--- a/board/host/board.h
+++ b/board/host/board.h
@@ -8,14 +8,16 @@
#ifndef __BOARD_H
#define __BOARD_H
-#define CONFIG_HOST_EMU
#define CONFIG_HOSTCMD
+#define CONFIG_HOST_EMU
#define CONFIG_KEYBOARD_PROTOCOL_MKBP
#define CONFIG_LID_SWITCH
+#define CONFIG_POWER_BUTTON
enum gpio_signal {
GPIO_EC_INT,
GPIO_LID_OPEN,
+ GPIO_POWER_BUTTON_L,
GPIO_COUNT
};