aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorAdam Nielsen <a.nielsen@shikadi.net>2009-02-20 04:55:14 -0500
committerPatrick McHardy <kaber@trash.net>2009-02-20 04:55:14 -0500
commit268cb38e1802db560c73167e643f14a3dcb4b07c (patch)
tree3bc3b7954795722bd09b760ba540a3f7f429dae0 /drivers/leds/Kconfig
parentaf07d241dc76f0a52c7ff04df3a3970020fe6157 (diff)
netfilter: x_tables: add LED trigger target
Kernel module providing implementation of LED netfilter target. Each instance of the target appears as a led-trigger device, which can be associated with one or more LEDs in /sys/class/leds/ Signed-off-by: Adam Nielsen <a.nielsen@shikadi.net> Acked-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 742713611bc5..556aeca0d860 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -223,4 +223,7 @@ config LEDS_TRIGGER_DEFAULT_ON
223 This allows LEDs to be initialised in the ON state. 223 This allows LEDs to be initialised in the ON state.
224 If unsure, say Y. 224 If unsure, say Y.
225 225
226comment "iptables trigger is under Netfilter config (LED target)"
227 depends on LEDS_TRIGGERS
228
226endif # NEW_LEDS 229endif # NEW_LEDS