diff options
Diffstat (limited to 'net/rfkill/Kconfig')
-rw-r--r-- | net/rfkill/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/rfkill/Kconfig b/net/rfkill/Kconfig index 78efe895b66..8e12c8a2b82 100644 --- a/net/rfkill/Kconfig +++ b/net/rfkill/Kconfig | |||
@@ -10,6 +10,11 @@ menuconfig RFKILL | |||
10 | To compile this driver as a module, choose M here: the | 10 | To compile this driver as a module, choose M here: the |
11 | module will be called rfkill. | 11 | module will be called rfkill. |
12 | 12 | ||
13 | config RFKILL_PM | ||
14 | bool "Power off on suspend" | ||
15 | depends on RFKILL && PM | ||
16 | default y | ||
17 | |||
13 | # LED trigger support | 18 | # LED trigger support |
14 | config RFKILL_LEDS | 19 | config RFKILL_LEDS |
15 | bool | 20 | bool |