aboutsummaryrefslogtreecommitdiffstats
path: root/features/leds/leds.cfg
blob: 78bb13b38b233d7b16d805c8c57bd4a965ce6d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_TRIGGERS=y

CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_BACKLIGHT=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y

# GPIO features requires GPIOLIB
# Include them here, but they won't be enabled unless GPIO is explicitly
# enabled as well.
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGER_GPIO=y