diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-07-30 23:17:53 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-07-30 23:17:53 +0000 |
commit | f5ad888a7c5b86e67a585d5c1abe00aa5f631d64 (patch) | |
tree | d02f04eca9cb431b23e678f4a3851869b3e07fa1 /target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch | |
parent | 9887dc61008ac45f29b36f5d91cef6933ca4571b (diff) | |
download | upstream-f5ad888a7c5b86e67a585d5c1abe00aa5f631d64.tar.gz upstream-f5ad888a7c5b86e67a585d5c1abe00aa5f631d64.tar.bz2 upstream-f5ad888a7c5b86e67a585d5c1abe00aa5f631d64.zip |
Post cleanup cleanup
SVN-Revision: 17055
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 | 12 |
1 files changed, 2 insertions, 10 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 index cf0b4fa250..7d282feb33 100644 --- a/target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch +++ b/target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch @@ -1,6 +1,6 @@ --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig -@@ -227,6 +227,19 @@ config LEDS_BD2802 +@@ -227,6 +227,12 @@ config LEDS_BD2802 This option enables support for BD2802GU RGB LED driver chips accessed via the I2C bus. @@ -10,24 +10,16 @@ + 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 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile -@@ -30,6 +30,8 @@ obj-$(CONFIG_LEDS_PWM) += leds-pwm.o +@@ -30,6 +30,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 -+obj-$(CONFIG_LEDS_GTA02) += leds-gta02.o # LED Triggers obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o |