summaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorPeter Ujfalusi2013-01-23 09:35:04 +0100
committerBryan Wu2013-02-07 01:00:42 +0100
commitad0ba85fab7da9e634c9da4f96315c8d0b9febcb (patch)
tree7476da948badb17cea00580d0a8011343e0fb389 /drivers/leds
parentDocumentation: leds: update LP55xx family devices (diff)
downloadkernel-qcow2-linux-ad0ba85fab7da9e634c9da4f96315c8d0b9febcb.tar.gz
kernel-qcow2-linux-ad0ba85fab7da9e634c9da4f96315c8d0b9febcb.tar.xz
kernel-qcow2-linux-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