diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-01-23 00:35:04 -0800 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2013-02-06 16:00:42 -0800 |
commit | ad0ba85fab7da9e634c9da4f96315c8d0b9febcb (patch) | |
tree | 7476da948badb17cea00580d0a8011343e0fb389 /drivers/leds | |
parent | c0285f8ca8b8a4a1830b6071d6680bde447ff51c (diff) | |
download | linux-3.10-ad0ba85fab7da9e634c9da4f96315c8d0b9febcb.tar.gz linux-3.10-ad0ba85fab7da9e634c9da4f96315c8d0b9febcb.tar.bz2 linux-3.10-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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index fc680a9ed84..78b354f3212 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 |