[x86] add rootwait option to the kernel command line (#6209)
[openwrt.git] / target / linux / s3c24xx / patches-2.6.31 / 055-gta02-vibrator.patch
1 From 2f5ce947444bafc565d67b7f14316becda441b24 Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Tue, 21 Jul 2009 12:46:35 +0200
4 Subject: [PATCH] 055-gta02-leds.patch
5
6 ---
7  drivers/leds/Kconfig  |   13 +++++++++++++
8  drivers/leds/Makefile |    2 ++
9  2 files changed, 15 insertions(+), 0 deletions(-)
10
11 diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
12 index 7c8e712..9960398 100644
13 --- a/drivers/leds/Kconfig
14 +++ b/drivers/leds/Kconfig
15 @@ -229,6 +229,12 @@ config LEDS_BD2802
16           This option enables support for BD2802GU RGB LED driver chips
17           accessed via the I2C bus.
18  
19 +config LEDS_GTA02_VIBRATOR
20 +       tristate "Vibrator Support for the Openmoko Freerunner GSM phone"
21 +       depends on LEDS_CLASS && MACH_NEO1973_GTA02
22 +       help
23 +         This option enables support for the vibrator on the Openmoko Freerunner.
24 +
25  comment "LED Triggers"
26  
27  config LEDS_TRIGGERS
28 diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
29 index e8cdcf7..ff4a6d7 100644
30 --- a/drivers/leds/Makefile
31 +++ b/drivers/leds/Makefile
32 @@ -31,6 +31,7 @@ obj-$(CONFIG_LEDS_PWM)                        += leds-pwm.o
33  
34  # LED SPI Drivers
35  obj-$(CONFIG_LEDS_DAC124S085)          += leds-dac124s085.o
36 +obj-$(CONFIG_LEDS_GTA02_VIBRATOR)      += leds-gta02-vibrator.o
37  
38  # LED Triggers
39  obj-$(CONFIG_LEDS_TRIGGER_TIMER)       += ledtrig-timer.o
40 -- 
41 1.5.6.5
42