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