bb0c42ae237512bb247aa492c6813a64a6e66b38
[openwrt/staging/florian.git] / target / linux / generic-2.6 / patches-2.6.22 / 400-ledtrig_morse.patch
1 Index: linux-2.6.22.19/drivers/leds/Kconfig
2 ===================================================================
3 --- linux-2.6.22.19.orig/drivers/leds/Kconfig
4 +++ linux-2.6.22.19/drivers/leds/Kconfig
5 @@ -128,5 +128,9 @@ config LEDS_TRIGGER_HEARTBEAT
6 load average.
7 If unsure, say Y.
8
9 +config LEDS_TRIGGER_MORSE
10 + tristate "LED Morse Trigger"
11 + depends on LEDS_TRIGGERS
12 +
13 endmenu
14
15 Index: linux-2.6.22.19/drivers/leds/Makefile
16 ===================================================================
17 --- linux-2.6.22.19.orig/drivers/leds/Makefile
18 +++ linux-2.6.22.19/drivers/leds/Makefile
19 @@ -21,3 +21,4 @@ obj-$(CONFIG_LEDS_COBALT) += leds-cobal
20 obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o
21 obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o
22 obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o
23 +obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o