diff options
author | Jacek Anaszewski <j.anaszewski@samsung.com> | 2015-09-07 11:06:05 -0400 |
---|---|---|
committer | Jacek Anaszewski <j.anaszewski@samsung.com> | 2015-09-17 04:02:12 -0400 |
commit | 35bfe456be3ae1e11dd63e83096c95d0c6429c51 (patch) | |
tree | 6fbe5a37c5e13dd78b6d26704d52094dc66be917 | |
parent | 305c324f43a2601cbeb894c17b68c8a8f3c13387 (diff) |
leds: leds-ipaq-micro: Add LEDS_CLASS dependency
Fix missing Kconfig LEDS_CLASS dependency.
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/leds/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 70f4255ff291..9444d936b136 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -170,6 +170,7 @@ config LEDS_SUNFIRE | |||
170 | 170 | ||
171 | config LEDS_IPAQ_MICRO | 171 | config LEDS_IPAQ_MICRO |
172 | tristate "LED Support for the Compaq iPAQ h3xxx" | 172 | tristate "LED Support for the Compaq iPAQ h3xxx" |
173 | depends on LEDS_CLASS | ||
173 | depends on MFD_IPAQ_MICRO | 174 | depends on MFD_IPAQ_MICRO |
174 | help | 175 | help |
175 | Choose this option if you want to use the notification LED on | 176 | Choose this option if you want to use the notification LED on |