]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
arm64: defconfig: enable new trigger modes for leds
authorAmit Kucheria <amit.kucheria@linaro.org>
Mon, 6 Nov 2017 07:08:13 +0000 (12:38 +0530)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Dec 2017 15:14:09 +0000 (16:14 +0100)
Most development boards and devices have one or more LEDs. It is useful
during debugging if they can be wired to show different behaviours such as
disk or cpu activity or a load-average dependent heartbeat. Enable panic
and disk activity triggers so they can be tied to LED activity during
debugging as well.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/configs/defconfig

index 6356c6da34eaedee4911ceb9ca0257ac1492b8c2..2ad23d95a9407ff622be205bf7782b4b8e5b6fea 100644 (file)
@@ -473,6 +473,8 @@ CONFIG_LEDS_SYSCON=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LEDS_TRIGGER_CPU=y
 CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
+CONFIG_LEDS_TRIGGER_PANIC=y
+CONFIG_LEDS_TRIGGER_DISK=y
 CONFIG_EDAC=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_MAX77686=y