From: H Hartley Sweeten on 26 Mar 2010 19:40 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(a)visionengravers.com> Cc: Richard Purdie <rpurdie(a)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.
|
Pages: 1 Prev: [git pull] PCI fixes Next: [PATCH 2/2] x86 platform driver: intelligent power sharing driver |