diff options
author | David S. Miller <davem@davemloft.net> | 2009-03-24 16:24:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-24 16:24:36 -0400 |
commit | b5bb14386eabcb4229ade2bc0a2b237ca166d37d (patch) | |
tree | 1966e65479f0d12cec0a204443a95b8eb57946db /drivers | |
parent | bb4f92b3a33bfc31f55098da85be44702bea2d16 (diff) | |
parent | 1d45209d89e647e9f27e4afa1f47338df73bc112 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/leds/Kconfig | 3 |
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 | ||
226 | comment "iptables trigger is under Netfilter config (LED target)" | ||
227 | depends on LEDS_TRIGGERS | ||
228 | |||
226 | endif # NEW_LEDS | 229 | endif # NEW_LEDS |