summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.leds
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-01 08:06:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-01 08:06:02 +0200
commitca760844fcd08190b692a674ff387fe15c39a497 (patch)
treef0d34dc5100e8421535b3646d11c05f0f2abcbed /target/linux/config/Config.in.leds
parented41be330587cd0051cf59f1d7396e6744a933ec (diff)
remove ustl, add some more bulkallmodconfig fixes
Diffstat (limited to 'target/linux/config/Config.in.leds')
-rw-r--r--target/linux/config/Config.in.leds18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/config/Config.in.leds b/target/linux/config/Config.in.leds
index 380193561..2123458e9 100644
--- a/target/linux/config/Config.in.leds
+++ b/target/linux/config/Config.in.leds
@@ -1,11 +1,17 @@
-menu "LEDS driver support"
-depends on ADK_TARGET_WITH_LEDS
-
config ADK_KERNEL_NEW_LEDS
bool
default n
help
+config ADK_KERNEL_LEDS_TRIGGERS
+ bool
+ default n
+ select ADK_KERNEL_NEW_LEDS
+ help
+
+menu "LEDS driver support"
+depends on ADK_TARGET_WITH_LEDS
+
config ADK_KPACKAGE_KMOD_LEDS_CLASS
prompt "LED Class support"
tristate
@@ -13,12 +19,6 @@ config ADK_KPACKAGE_KMOD_LEDS_CLASS
default n
help
-config ADK_KERNEL_LEDS_TRIGGERS
- bool
- default n
- select ADK_KERNEL_NEW_LEDS
- help
-
config ADK_KPACKAGE_KMOD_LEDS_TRIGGER_TIMER
prompt "LED Timer trigger"
tristate