diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-07 10:13:32 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-07 10:13:32 +0000 |
commit | 09c77afbdd5409295046aa133a30e60990df78f7 (patch) | |
tree | 959054df39b6780009b28b405472fb0441a417dd /target/linux/s3c24xx/patches-2.6.31/055-gta02-vibrator.patch | |
parent | 50aa8c39011015c7610d7480f49cef8563f3f8b1 (diff) |
[s3c24xx] Remove 2.6.31 support.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18673 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.31/055-gta02-vibrator.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.31/055-gta02-vibrator.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.31/055-gta02-vibrator.patch b/target/linux/s3c24xx/patches-2.6.31/055-gta02-vibrator.patch deleted file mode 100644 index 4ce52a07ee..0000000000 --- a/target/linux/s3c24xx/patches-2.6.31/055-gta02-vibrator.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 2f5ce947444bafc565d67b7f14316becda441b24 Mon Sep 17 00:00:00 2001 -From: Lars-Peter Clausen <lars@metafoo.de> -Date: Tue, 21 Jul 2009 12:46:35 +0200 -Subject: [PATCH] 055-gta02-leds.patch - ---- - drivers/leds/Kconfig | 13 +++++++++++++ - drivers/leds/Makefile | 2 ++ - 2 files changed, 15 insertions(+), 0 deletions(-) - -diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig -index 7c8e712..9960398 100644 ---- a/drivers/leds/Kconfig -+++ b/drivers/leds/Kconfig -@@ -229,6 +229,12 @@ config LEDS_BD2802 - 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. -+ - comment "LED Triggers" - - config LEDS_TRIGGERS -diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile -index e8cdcf7..ff4a6d7 100644 ---- a/drivers/leds/Makefile -+++ b/drivers/leds/Makefile -@@ -31,6 +31,7 @@ obj-$(CONFIG_LEDS_PWM) += leds-pwm.o - - # LED SPI Drivers - obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o -+obj-$(CONFIG_LEDS_GTA02_VIBRATOR) += leds-gta02-vibrator.o - - # LED Triggers - obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o --- -1.5.6.5 - |