diff options
Diffstat (limited to 'net/rfkill/Kconfig')
-rw-r--r-- | net/rfkill/Kconfig | 7 |
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 | ||
27 | config RFKILL_LEDS | ||
28 | bool | ||
29 | depends on RFKILL && LEDS_TRIGGERS | ||
30 | default y | ||
31 | |||