The patch titled leds: set LEDS_TRIGGERS as tristate has been removed from the -mm tree. Its filename was leds-set-leds_triggers-as-tristate.patch This patch was dropped because an updated version will be merged 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 -- 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