aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index 1d7e955cd..0d6b86b1e 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -326,6 +326,13 @@ ifneq ($(strip $(VARIABLE_TRACE)),no)
326 endif 326 endif
327endif 327endif
328 328
329ifeq ($(strip $(SLEEP_LED_ENABLE)), yes)
330 SRC += $(PLATFORM_COMMON_DIR)/sleep_led.c
331 OPT_DEFS += -DSLEEP_LED_ENABLE
332
333 NO_SUSPEND_POWER_DOWN := yes
334endif
335
329VALID_BACKLIGHT_TYPES := pwm timer software custom 336VALID_BACKLIGHT_TYPES := pwm timer software custom
330 337
331BACKLIGHT_ENABLE ?= no 338BACKLIGHT_ENABLE ?= no