kernel: update ssb and bcma to linux-next next-20110627
[openwrt.git] / target / linux / generic / patches-2.6.36 / 400-ledtrig_morse.patch
1 --- a/drivers/leds/Kconfig
2 +++ b/drivers/leds/Kconfig
3 @@ -380,4 +380,8 @@ endif # LEDS_TRIGGERS
4  
5  endif # LEDS_CLASS
6  
7 +config LEDS_TRIGGER_MORSE
8 +       tristate "LED Morse Trigger"
9 +       depends on LEDS_TRIGGERS
10 +
11  endif # NEW_LEDS
12 --- a/drivers/leds/Makefile
13 +++ b/drivers/leds/Makefile
14 @@ -49,3 +49,4 @@ obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT)  += 
15  obj-$(CONFIG_LEDS_TRIGGER_BACKLIGHT)   += ledtrig-backlight.o
16  obj-$(CONFIG_LEDS_TRIGGER_GPIO)                += ledtrig-gpio.o
17  obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON)  += ledtrig-default-on.o
18 +obj-$(CONFIG_LEDS_TRIGGER_MORSE)       += ledtrig-morse.o