summaryrefslogtreecommitdiff
path: root/board/chell/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/chell/board.h')
-rw-r--r--board/chell/board.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/chell/board.h b/board/chell/board.h
index 4a85b08e28..9b1cfd8620 100644
--- a/board/chell/board.h
+++ b/board/chell/board.h
@@ -173,7 +173,10 @@ enum pwm_channel {
/* power signal definitions */
enum power_signal {
- X86_RSMRST_L_PWRGD = 0,
+#ifdef CONFIG_POWER_S0IX
+ X86_SLP_S0_DEASSERTED,
+#endif
+ X86_RSMRST_L_PWRGD,
X86_SLP_S3_DEASSERTED,
X86_SLP_S4_DEASSERTED,
X86_SLP_SUS_DEASSERTED,