aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2013-01-23 00:35:04 -0800
committerBryan Wu <cooloney@gmail.com>2013-02-06 16:00:42 -0800
commitad0ba85fab7da9e634c9da4f96315c8d0b9febcb (patch)
tree7476da948badb17cea00580d0a8011343e0fb389 /drivers/leds
parentDocumentation: leds: update LP55xx family devices (diff)
downloadlinux-dev-ad0ba85fab7da9e634c9da4f96315c8d0b9febcb.tar.xz
linux-dev-ad0ba85fab7da9e634c9da4f96315c8d0b9febcb.zip
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
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