Hi, While playing with kernel configuration for my N810, I noticed a duplicate config entry for LEDS_LP5521. AFAICT, it was added by commit 67a32ec7 (leds: introduce lp5521 led driver) but the entry was already there from 43350bf4 (leds: lp5521: move to drivers/leds). Following patch is against current linux-omap tree. Cheers, a+ Signed-off-by: Arnaud Ebalard <arno@xxxxxxxxxxxx> --- drivers/leds/Kconfig | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 788f48c..0493c17 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -170,16 +170,6 @@ config LEDS_LP5521 This driver can be built as a module by choosing 'M'. The module will be called leds-lp5521. -config LEDS_LP5521 - tristate "LED Support for the LP5521 LEDs" - depends on LEDS_CLASS && I2C - help - If you say 'Y' here you get support for the National Semiconductor - LP5521 LED driver used in n8x0 boards. - - This driver can be built as a module by choosing 'M'. The module - will be called leds-lp5521. - config LEDS_CLEVO_MAIL tristate "Mail LED on Clevo notebook" depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI -- 1.6.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html