[s3c24xx] bump to 2.6.30-rc6
[openwrt-10.03/.git] / target / linux / s3c24xx / patches-2.6.30 / 055-gta02-leds.patch
1 Index: linux-2.6.30-rc6/drivers/leds/Kconfig
2 ===================================================================
3 --- linux-2.6.30-rc6.orig/drivers/leds/Kconfig  2009-05-18 19:07:07.000000000 +0200
4 +++ linux-2.6.30-rc6/drivers/leds/Kconfig       2009-05-18 19:08:33.000000000 +0200
5 @@ -227,6 +227,19 @@
6           This option enables support for BD2802GU RGB LED driver chips
7           accessed via the I2C bus.
8  
9 +config LEDS_GTA02_VIBRATOR
10 +       tristate "Vibrator Support for the Openmoko Freerunner GSM phone"
11 +       depends on LEDS_CLASS && MACH_NEO1973_GTA02
12 +       help
13 +         This option enables support for the vibrator on the Openmoko Freerunner.
14 +
15 +config LEDS_GTA02
16 +       tristate "LED Support for the Openmoko Freerunner GSM phone"
17 +       depends on LEDS_CLASS && MACH_NEO1973_GTA02
18 +       help
19 +         This option enables support for the LEDs on the Openmoko Freerunner.
20 +
21 +
22  comment "LED Triggers"
23  
24  config LEDS_TRIGGERS
25 Index: linux-2.6.30-rc6/drivers/leds/Makefile
26 ===================================================================
27 --- linux-2.6.30-rc6.orig/drivers/leds/Makefile 2009-05-18 19:07:07.000000000 +0200
28 +++ linux-2.6.30-rc6/drivers/leds/Makefile      2009-05-18 19:08:33.000000000 +0200
29 @@ -30,6 +30,8 @@
30  
31  # LED SPI Drivers
32  obj-$(CONFIG_LEDS_DAC124S085)          += leds-dac124s085.o
33 +obj-$(CONFIG_LEDS_GTA02_VIBRATOR)      += leds-gta02-vibrator.o
34 +obj-$(CONFIG_LEDS_GTA02)       += leds-gta02.o
35  
36  # LED Triggers
37  obj-$(CONFIG_LEDS_TRIGGER_TIMER)       += ledtrig-timer.o