[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1358930104-6681-1-git-send-email-peter.ujfalusi@ti.com>
Date: Wed, 23 Jan 2013 09:35:04 +0100
From: Peter Ujfalusi <peter.ujfalusi@...com>
To: Bryan Wu <cooloney@...il.com>, Richard Purdie <rpurdie@...ys.net>
CC: <linux-leds@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Thierry Reding <thierry.reding@...onic-design.de>
Subject: [PATCH] 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@...com>
---
drivers/leds/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 4469b44..c32d934 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -310,7 +310,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
--
1.8.1.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists