[PATCH] leds: one more Kconfig cleanup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: H Hartley Sweeten
Date: Friday, March 26, 2010 - 4:35 pm

Looks like the a new led driver was merged that still has
"depends on LEDS_CLASS".  This is no longer needed since the
config options are wrapped in an if/endif block.
    
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Richard Purdie <rpurdie@rpsys.net>

---

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 505eb64..676a72b 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -21,7 +21,7 @@ comment "LED drivers"
 
 config LEDS_88PM860X
 	tristate "LED Support for Marvell 88PM860x PMIC"
-	depends on LEDS_CLASS && MFD_88PM860X
+	depends on MFD_88PM860X
 	help
 	  This option enables support for on-chip LED drivers found on Marvell
 	  Semiconductor 88PM8606 PMIC.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] leds: one more Kconfig cleanup, H Hartley Sweeten, (Fri Mar 26, 4:35 pm)