aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2013-01-23 03:35:04 -0500
committerBryan Wu <cooloney@gmail.com>2013-02-06 19:00:42 -0500
commitad0ba85fab7da9e634c9da4f96315c8d0b9febcb (patch)
tree7476da948badb17cea00580d0a8011343e0fb389 /drivers/leds
parentc0285f8ca8b8a4a1830b6071d6680bde447ff51c (diff)
leds: leds-pwm: make it depend on PWM and not HAVE_PWM
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>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index fc680a9ed841..78b354f32129 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -320,7 +320,7 @@ config LEDS_DAC124S085
320config LEDS_PWM 320config LEDS_PWM
321 tristate "PWM driven LED Support" 321 tristate "PWM driven LED Support"
322 depends on LEDS_CLASS 322 depends on LEDS_CLASS
323 depends on HAVE_PWM 323 depends on PWM
324 help 324 help
325 This option enables support for pwm driven LEDs 325 This option enables support for pwm driven LEDs
326 326