瀏覽代碼

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>
Peter Ujfalusi 12 年之前
父節點
當前提交
ad0ba85fab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/leds/Kconfig

+ 1 - 1
drivers/leds/Kconfig

@@ -320,7 +320,7 @@ config LEDS_DAC124S085
 config LEDS_PWM
 config LEDS_PWM
 	tristate "PWM driven LED Support"
 	tristate "PWM driven LED Support"
 	depends on LEDS_CLASS
 	depends on LEDS_CLASS
-	depends on HAVE_PWM
+	depends on PWM
 	help
 	help
 	  This option enables support for pwm driven LEDs
 	  This option enables support for pwm driven LEDs