summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.leds
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-11 18:11:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-11 18:11:54 +0200
commit8c0b9f4e09abf2f748b6badcc9f3fc5e390b8caf (patch)
tree83420120e78310c163cd91dd657ee8317de216dc /target/linux/config/Config.in.leds
parent30a061f9d1df2eb231cb6ece51406ec24a418dda (diff)
style changes, boolean -> bool, no prompt where not strictly required
Diffstat (limited to 'target/linux/config/Config.in.leds')
-rw-r--r--target/linux/config/Config.in.leds29
1 files changed, 11 insertions, 18 deletions
diff --git a/target/linux/config/Config.in.leds b/target/linux/config/Config.in.leds
index 371ecfb8a..4c143a563 100644
--- a/target/linux/config/Config.in.leds
+++ b/target/linux/config/Config.in.leds
@@ -2,70 +2,63 @@
# material, please see the LICENCE file in the top-level directory.
config ADK_KERNEL_NEW_LEDS
- boolean
+ bool
config ADK_KERNEL_LEDS_CLASS
- boolean
+ bool
select ADK_KERNEL_NEW_LEDS
config ADK_KERNEL_LEDS_TRIGGERS
- boolean
+ bool
select ADK_KERNEL_NEW_LEDS
config ADK_KERNEL_LEDS_CLASS
- boolean
+ bool
menu "LEDS driver support"
depends on ADK_TARGET_WITH_LEDS
config ADK_KERNEL_LEDS_MIKROTIK_RB532
- prompt "LED suppport for RB532"
- tristate
+ tristate "LED suppport for RB532"
select ADK_KERNEL_LEDS_CLASS
depends on ADK_TARGET_SYSTEM_MIKROTIK_RB532
default y if ADK_TARGET_SYSTEM_MIKROTIK_RB532
default n
config ADK_KERNEL_LEDS_WRAP
- prompt "LED suppport for WRAP"
- tristate
+ tristate "LED suppport for WRAP"
select ADK_KERNEL_LEDS_CLASS
depends on ADK_TARGET_SYSTEM_PCENGINES_WRAP
default y if ADK_TARGET_SYSTEM_PCENGINES_WRAP
default n
config ADK_KERNEL_LEDS_ALIX2
- prompt "LED suppport for ALIX2/ALIX3"
- tristate
+ tristate "LED suppport for ALIX2/ALIX3"
select ADK_KERNEL_LEDS_CLASS
depends on ADK_TARGET_MODEL_PCENGINES_ALIX2D
default y if ADK_TARGET_MODEL_PCENGINES_ALIX2D
default n
config ADK_KERNEL_LEDS_TRIGGER_TIMER
- prompt "LED Timer trigger"
- tristate
+ tristate "LED Timer trigger"
select ADK_KERNEL_LEDS_TRIGGERS
select ADK_KERNEL_LEDS_CLASS
default n
config ADK_KERNEL_LEDS_TRIGGER_HEARTBEAT
- prompt "LED Heartbeat trigger"
- tristate
+ tristate "LED Heartbeat trigger"
select ADK_KERNEL_LEDS_TRIGGERS
select ADK_KERNEL_LEDS_CLASS
default n
config ADK_KERNEL_LEDS_TRIGGER_DEFAULT_ON
- prompt "LED Default On trigger"
- tristate
+ tristate "LED Default On trigger"
select ADK_KERNEL_LEDS_TRIGGERS
select ADK_KERNEL_LEDS_CLASS
default n
config ADK_KERNEL_NETFILTER_XT_TARGET_LED
- prompt "LED IPTables trigger"
- tristate
+ tristate "LED IPTables trigger"
select ADK_KERNEL_LEDS_TRIGGERS
select ADK_KERNEL_LEDS_CLASS
select ADK_PACKAGE_IPTABLES