Re: [PATCH] leds-class: change back LEDS_CLASS to tristate instead of bool

2011-10-10 Thread Anton Vorontsov
On Tue, Sep 27, 2011 at 04:50:32PM +0800, Bryan Wu wrote: > LEDS_CLASS is required by leds and trigger drivers, but we can build it as > module. So change this option back as tristate and treak the help message > as well. > > LEDS_TRIGGERS depends on LEDS_CLASSS, which should be tristate. So set

Re: [PATCH] leds-class: change back LEDS_CLASS to tristate instead of bool

2011-09-29 Thread Russell King - ARM Linux
On Thu, Sep 29, 2011 at 10:00:58AM +0800, Bryan Wu wrote: > Hiya, > > Any comments and need I do anything to improve this patch? No idea, I don't remember the original errors which this stuff spat out and how they were caused. The only thing I care about is that the conversion of the existing AR

Re: [PATCH] leds-class: change back LEDS_CLASS to tristate instead of bool

2011-09-28 Thread Bryan Wu
Hiya, Any comments and need I do anything to improve this patch? Thanks, -Bryan On Tue, Sep 27, 2011 at 4:50 PM, Bryan Wu wrote: > LEDS_CLASS is required by leds and trigger drivers, but we can build it as > module.  So change this option back as tristate and treak the help message > as well. >

[PATCH] leds-class: change back LEDS_CLASS to tristate instead of bool

2011-09-27 Thread Bryan Wu
LEDS_CLASS is required by leds and trigger drivers, but we can build it as module. So change this option back as tristate and treak the help message as well. LEDS_TRIGGERS depends on LEDS_CLASSS, which should be tristate. So set it as tristate too and update header files as well. Change those i