diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-05-18 17:55:41 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-05-18 17:55:41 +0000 |
commit | 9d1188140e188101782d10f520c21088ef9c434a (patch) | |
tree | dd10e61f382ace3afbe40af3af8238757cf5e3d0 /target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch | |
parent | 6aa4a3e4719e5e795d422ef0b5983b22317c2b79 (diff) | |
download | upstream-9d1188140e188101782d10f520c21088ef9c434a.tar.gz upstream-9d1188140e188101782d10f520c21088ef9c434a.tar.bz2 upstream-9d1188140e188101782d10f520c21088ef9c434a.zip |
[s3c24xx] bump to 2.6.30-rc6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15918 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch b/target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch new file mode 100644 index 0000000000..f85a1e75b8 --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch @@ -0,0 +1,37 @@ +Index: linux-2.6.30-rc6/drivers/leds/Kconfig +=================================================================== +--- linux-2.6.30-rc6.orig/drivers/leds/Kconfig 2009-05-18 19:07:07.000000000 +0200 ++++ linux-2.6.30-rc6/drivers/leds/Kconfig 2009-05-18 19:08:33.000000000 +0200 +@@ -227,6 +227,19 @@ + This option enables support for BD2802GU RGB LED driver chips + accessed via the I2C bus. + ++config LEDS_GTA02_VIBRATOR ++ tristate "Vibrator Support for the Openmoko Freerunner GSM phone" ++ depends on LEDS_CLASS && MACH_NEO1973_GTA02 ++ help ++ This option enables support for the vibrator on the Openmoko Freerunner. ++ ++config LEDS_GTA02 ++ tristate "LED Support for the Openmoko Freerunner GSM phone" ++ depends on LEDS_CLASS && MACH_NEO1973_GTA02 ++ help ++ This option enables support for the LEDs on the Openmoko Freerunner. ++ ++ + comment "LED Triggers" + + config LEDS_TRIGGERS +Index: linux-2.6.30-rc6/drivers/leds/Makefile +=================================================================== +--- linux-2.6.30-rc6.orig/drivers/leds/Makefile 2009-05-18 19:07:07.000000000 +0200 ++++ linux-2.6.30-rc6/drivers/leds/Makefile 2009-05-18 19:08:33.000000000 +0200 +@@ -30,6 +30,8 @@ + + # LED SPI Drivers + obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o ++obj-$(CONFIG_LEDS_GTA02_VIBRATOR) += leds-gta02-vibrator.o ++obj-$(CONFIG_LEDS_GTA02) += leds-gta02.o + + # LED Triggers + obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o |