diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-05-26 01:15:00 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-05-26 01:15:01 +0300 |
commit | 8ce538ef2b6071ad05f0dc21eb7742ebf2d342fc (patch) | |
tree | 78c0b4adb5e160b8582d919560f96f1a0b0c2bc4 /arch/arm64/configs | |
parent | fec6111ae32257bab9e218bfd8a30e135591717e (diff) | |
parent | fa4aa8a530b246eeaa1619ec3e3ee4e2a396a1bd (diff) | |
download | linux-8ce538ef2b6071ad05f0dc21eb7742ebf2d342fc.tar.xz |
Merge tag 'arm64_defconfig_for_v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/defconfig
ARM64 defconfig update for v5.8
- Add LEDS_TRIGGER_TIMER
* tag 'arm64_defconfig_for_v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
arm64: defconfig: Add LEDS_TRIGGER_TIMER
Link: https://lore.kernel.org/r/20200515193029.11318-1-dinguyen@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cf60e545277c..2352d663ae47 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -735,6 +735,7 @@ CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_PWM=y CONFIG_LEDS_SYSCON=y +CONFIG_LEDS_TRIGGER_TIMER=y CONFIG_LEDS_TRIGGER_DISK=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y |