The patch titled leds: set LEDS_TRIGGERS as tristate has been added to the -mm tree. Its filename is leds-set-leds_triggers-as-tristate.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: leds: set LEDS_TRIGGERS as tristate From: Bryan Wu <bryan.wu@xxxxxxxxxxxxx> LEDS_TRIGGERS depends on LEDS_CLASSS, which should be tristate. So set it as tristate too. Signed-off-by: Bryan Wu <bryan.wu@xxxxxxxxxxxxx> Cc: Richard Purdie <richard.purdie@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/leds/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/leds/Kconfig~leds-set-leds_triggers-as-tristate drivers/leds/Kconfig --- a/drivers/leds/Kconfig~leds-set-leds_triggers-as-tristate +++ a/drivers/leds/Kconfig @@ -391,7 +391,7 @@ config LEDS_RENESAS_TPU Brightness control is supported but hardware blinking is not. config LEDS_TRIGGERS - bool "LED Trigger support" + tristate "LED Trigger support" depends on LEDS_CLASS help This option enables trigger support for the leds class. _ Patches currently in -mm which might be from bryan.wu@xxxxxxxxxxxxx are origin.patch leds-class-change-back-leds_class-to-tristate-instead-of-bool.patch documentation-leds-class-fix-a-typo.patch leds-set-leds_triggers-as-tristate.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html