[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1315256143-29396-1-git-send-email-bryan.wu@canonical.com>
Date: Tue, 6 Sep 2011 04:55:43 +0800
From: Bryan Wu <bryan.wu@...onical.com>
To: rpurdie@...ys.net, linux@....linux.org.uk,
linux-kernel@...r.kernel.org, linus.walleij@...aro.org
Subject: [PATCH] leds: set LEDS_TRIGGERS as tristate
LEDS_TRIGGERS is depends on LEDS_CLASSS, which should be tristate. So
set it as tristate too.
Signed-off-by: Bryan Wu <bryan.wu@...onical.com>
---
drivers/leds/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 1c35927..0238719 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -387,7 +387,7 @@ config LEDS_ASIC3
period from 62ms to 125s. Say Y to enable LEDs on the HP iPAQ hx4700.
config LEDS_TRIGGERS
- bool "LED Trigger support"
+ tristate "LED Trigger support"
depends on LEDS_CLASS
help
This option enables trigger support for the leds class.
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists