All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] led: leds-ipaq-micro: Add LEDS_CLASS dependency
@ 2015-09-07 15:04 Jacek Anaszewski
  2015-09-08 14:21 ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Jacek Anaszewski @ 2015-09-07 15:04 UTC (permalink / raw)
  To: linux-leds; +Cc: Jacek Anaszewski, Linus Walleij

Fix missing Kconfig LEDS_CLASS dependency

Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/leds/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 23408bd..78ae3c2 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -170,6 +170,7 @@ config LEDS_SUNFIRE
 
 config LEDS_IPAQ_MICRO
 	tristate "LED Support for the Compaq iPAQ h3xxx"
+	depends on LEDS_CLASS
 	depends on MFD_IPAQ_MICRO
 	help
 	  Choose this option if you want to use the notification LED on
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-08 14:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-07 15:04 [PATCH] led: leds-ipaq-micro: Add LEDS_CLASS dependency Jacek Anaszewski
2015-09-08 14:21 ` Linus Walleij
2015-09-08 14:35   ` Jacek Anaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.