summaryrefslogtreecommitdiff
path: root/board/snow/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/snow/board.h')
-rw-r--r--board/snow/board.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/snow/board.h b/board/snow/board.h
index 2c56d9d02a..363a0490a6 100644
--- a/board/snow/board.h
+++ b/board/snow/board.h
@@ -28,6 +28,7 @@
#define CONFIG_KEYBOARD_SUPPRESS_NOISE
#define CONFIG_PMU_HARD_RESET
#define CONFIG_PMU_TPS65090
+#define CONFIG_PWM
/* use STOP mode when we have nothing to do */
#define CONFIG_LOW_POWER_IDLE
@@ -120,6 +121,12 @@ enum gpio_signal {
GPIO_COUNT
};
+enum pwm_channel {
+ PWM_CH_POWER_LED = 0,
+ /* Number of PWM channels */
+ PWM_CH_COUNT
+};
+
#endif /* !__ASSEMBLER__ */
#endif /* __BOARD_H */