projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] board definitions: Added patch for calculating led count, which was part...
[openwrt.git]
/
target
/
linux
/
s3c24xx
/
patches-2.6.30
/
055-gta02-leds.patch
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
cf0b4fa
..
7f55145
100644
(file)
--- 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,33
+1,25
@@
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
-@@ -227,6 +227,1
9
@@ config LEDS_BD2802
+@@ -227,6 +227,1
2
@@ config LEDS_BD2802
This option enables support for BD2802GU RGB LED driver chips
accessed via the I2C bus.
+config LEDS_GTA02_VIBRATOR
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"
++
boolean
"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.
+ 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
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
+
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
# 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
# LED Triggers
obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o
This page took
0.023199 seconds
and
4
git commands to generate.