projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0285f8
)
leds: leds-pwm: make it depend on PWM and not HAVE_PWM
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Wed, 23 Jan 2013 08:35:04 +0000
(
00:35
-0800)
committer
Bryan Wu
<cooloney@gmail.com>
Thu, 7 Feb 2013 00:00:42 +0000
(16:00 -0800)
The correct dependency for the leds-pwm is PWM and not HAVE_PWM
since PWM drivers now have their own subsystem.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/leds/Kconfig
b/drivers/leds/Kconfig
index fc680a9ed841178fc8ad2ea55a7e071f334fccd3..78b354f32129cd8dc59c3f9dcd2eeccfc8c89a97 100644
(file)
--- a/
drivers/leds/Kconfig
+++ b/
drivers/leds/Kconfig
@@
-320,7
+320,7
@@
config LEDS_DAC124S085
config LEDS_PWM
tristate "PWM driven LED Support"
depends on LEDS_CLASS
- depends on
HAVE_
PWM
+ depends on PWM
help
This option enables support for pwm driven LEDs