[<prev] [next>] [day] [month] [year] [list]
Message-ID: <0D753D10438DA54287A00B02708426976369012EB6@AUSP01VMBX24.collaborationhost.net>
Date: Fri, 26 Mar 2010 18:35:01 -0500
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: linux kernel <linux-kernel@...r.kernel.org>
CC: Richard Purdie <rpurdie@...ys.net>
Subject: [PATCH] leds: one more Kconfig cleanup
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@...ionengravers.com>
Cc: Richard Purdie <rpurdie@...ys.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.
Powered by blists - more mailing lists