Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1506217 > unrolled thread

[PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in default config

Started byDavid Lechner <david@lechnology.com>
First post2016-10-21 20:40 +0200
Last post2016-10-21 20:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in default config David Lechner <david@lechnology.com> - 2016-10-21 20:40 +0200

#1506217 — [PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in default config

FromDavid Lechner <david@lechnology.com>
Date2016-10-21 20:40 +0200
Subject[PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in default config
Message-ID<suMTx-Zb-41@gated-at.bofh.it>
The LEDs default-on trigger is nice to have. For example, it can be used
to configure a LED as a power indicator.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/configs/davinci_all_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index 9d7f0bc..e380743 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -181,6 +181,7 @@ CONFIG_LEDS_GPIO=m
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=m
 CONFIG_LEDS_TRIGGER_HEARTBEAT=m
+CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_OMAP=m
 CONFIG_DMADEVICES=y
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web