remove more redundant files and clone files-2.6.23 for 2.6.24 - fixes rdc build errors
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.27 / 401-led_alix.patch
1 --- a/drivers/leds/Kconfig
2 +++ b/drivers/leds/Kconfig
3 @@ -77,6 +77,12 @@ config LEDS_WRAP
4 help
5 This option enables support for the PCEngines WRAP programmable LEDs.
6
7 +config LEDS_ALIX
8 + tristate "LED Support for the ALIX 2/3 boards"
9 + depends on LEDS_CLASS
10 + help
11 + This option enables support for the three LEDs on the PCEngines ALIX 2/3 boards.
12 +
13 config LEDS_H1940
14 tristate "LED Support for iPAQ H1940 device"
15 depends on LEDS_CLASS && ARCH_H1940
16 --- a/drivers/leds/Makefile
17 +++ b/drivers/leds/Makefile
18 @@ -13,6 +13,7 @@ obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c2
19 obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o
20 obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o
21 obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
22 +obj-$(CONFIG_LEDS_ALIX) += leds-alix.o
23 obj-$(CONFIG_LEDS_H1940) += leds-h1940.o
24 obj-$(CONFIG_LEDS_COBALT_QUBE) += leds-cobalt-qube.o
25 obj-$(CONFIG_LEDS_COBALT_RAQ) += leds-cobalt-raq.o