aboutsummaryrefslogtreecommitdiffstats
path: root/net/rfkill/Kconfig
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2007-09-27 15:33:12 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:54:10 -0400
commit135900c182c321a4888ec496b014e6707272faca (patch)
treed17a3e12bf2e047c7a627f61e623e40dfbad87bf /net/rfkill/Kconfig
parent937a049dd903bd810d858d0303cf86af9eb08b6f (diff)
[RFKILL]: Add support for an rfkill LED.
This adds a LED trigger. Signed-off-by: Michael Buesch <mb@bu3sch.de> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rfkill/Kconfig')
-rw-r--r--net/rfkill/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/rfkill/Kconfig b/net/rfkill/Kconfig
index d28a6d9303e4..7f807b30cfbb 100644
--- a/net/rfkill/Kconfig
+++ b/net/rfkill/Kconfig
@@ -22,3 +22,10 @@ config RFKILL_INPUT
22 22
23 To compile this driver as a module, choose M here: the 23 To compile this driver as a module, choose M here: the
24 module will be called rfkill-input. 24 module will be called rfkill-input.
25
26# LED trigger support
27config RFKILL_LEDS
28 bool
29 depends on RFKILL && LEDS_TRIGGERS
30 default y
31