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


Groups > linux.kernel > #1510415

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

From David Lechner <david@lechnology.com>
Newsgroups linux.kernel
Subject Re: [PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in default config
Date 2016-10-27 18:00 +0200
Message-ID <swVfX-3Pm-3@gated-at.bofh.it> (permalink)
References <suMTw-Zb-7@gated-at.bofh.it> <suMTx-Zb-41@gated-at.bofh.it> <swTnQ-2Bn-67@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 10/27/2016 06:29 AM, Sekhar Nori wrote:
> On Saturday 22 October 2016 12:06 AM, David Lechner wrote:
>> 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
>
> Can this be module like rest of the triggers? It will come on later, but
> not sure if you care about the difference that much. Having it a module
> will be better for those boards that don't need it.
>
> Thanks,
> Sekhar
>

Yes, module is OK here.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in default config David Lechner <david@lechnology.com> - 2016-10-21 20:40 +0200
  Re: [PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in  default config Sekhar Nori <nsekhar@ti.com> - 2016-10-27 16:00 +0200
    Re: [PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in  default config David Lechner <david@lechnology.com> - 2016-10-27 18:00 +0200
      Re: [PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in  default config Sekhar Nori <nsekhar@ti.com> - 2016-10-28 11:10 +0200

csiph-web