9a48bc29549b712603de6edaa795d6285e4ff162
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.25 / 401-led_alix.patch
1 Index: linux-2.6.25.1/drivers/leds/Kconfig
2 ===================================================================
3 --- linux-2.6.25.1.orig/drivers/leds/Kconfig
4 +++ linux-2.6.25.1/drivers/leds/Kconfig
5 @@ -79,6 +79,12 @@ config LEDS_WRAP
6 help
7 This option enables support for the PCEngines WRAP programmable LEDs.
8
9 +config LEDS_ALIX
10 + tristate "LED Support for the ALIX 2/3 boards"
11 + depends on LEDS_CLASS
12 + help
13 + This option enables support for the three LEDs on the PCEngines ALIX 2/3 boards.
14 +
15 config LEDS_H1940
16 tristate "LED Support for iPAQ H1940 device"
17 depends on LEDS_CLASS && ARCH_H1940
18 Index: linux-2.6.25.1/drivers/leds/Makefile
19 ===================================================================
20 --- linux-2.6.25.1.orig/drivers/leds/Makefile
21 +++ linux-2.6.25.1/drivers/leds/Makefile
22 @@ -14,6 +14,7 @@ obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c2
23 obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o
24 obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o
25 obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
26 +obj-$(CONFIG_LEDS_ALIX) += leds-alix.o
27 obj-$(CONFIG_LEDS_H1940) += leds-h1940.o
28 obj-$(CONFIG_LEDS_COBALT_QUBE) += leds-cobalt-qube.o
29 obj-$(CONFIG_LEDS_COBALT_RAQ) += leds-cobalt-raq.o