ifxmips: move header files, split up patches, rename some files
[openwrt-10.03/.git] / target / linux / ifxmips / patches-2.6.30 / 160-led.patch
1 Index: linux-2.6.30.5/drivers/leds/Kconfig
2 ===================================================================
3 --- linux-2.6.30.5.orig/drivers/leds/Kconfig    2009-09-02 18:22:49.000000000 +0200
4 +++ linux-2.6.30.5/drivers/leds/Kconfig 2009-09-02 18:29:51.000000000 +0200
5 @@ -227,6 +227,12 @@
6           This option enables support for BD2802GU RGB LED driver chips
7           accessed via the I2C bus.
8  
9 +config LEDS_IFXMIPS
10 +       tristate "LED Support for IFXMIPS  LEDs"
11 +       depends on LEDS_CLASS && IFXMIPS
12 +       help
13 +         This option enables support for the CM-X270 LEDs.
14 +
15  comment "LED Triggers"
16  
17  config LEDS_TRIGGERS
18 Index: linux-2.6.30.5/drivers/leds/Makefile
19 ===================================================================
20 --- linux-2.6.30.5.orig/drivers/leds/Makefile   2009-09-02 18:22:49.000000000 +0200
21 +++ linux-2.6.30.5/drivers/leds/Makefile        2009-09-02 18:31:23.000000000 +0200
22 @@ -27,6 +27,7 @@
23  obj-$(CONFIG_LEDS_DA903X)              += leds-da903x.o
24  obj-$(CONFIG_LEDS_WM8350)              += leds-wm8350.o
25  obj-$(CONFIG_LEDS_PWM)                 += leds-pwm.o
26 +obj-$(CONFIG_LEDS_IFXMIPS)             += leds-ifxmips.o
27  
28  # LED SPI Drivers
29  obj-$(CONFIG_LEDS_DAC124S085)          += leds-dac124s085.o