mirror of https://github.com/OpenIPC/firmware.git
16 lines
446 B
Diff
16 lines
446 B
Diff
diff -drupN a/net/rfkill/Kconfig b/net/rfkill/Kconfig
|
|
--- a/net/rfkill/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/net/rfkill/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -10,6 +10,11 @@ menuconfig RFKILL
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called rfkill.
|
|
|
|
+config RFKILL_PM
|
|
+ bool "Power off on suspend"
|
|
+ depends on RFKILL && PM
|
|
+ default y
|
|
+
|
|
# LED trigger support
|
|
config RFKILL_LEDS
|
|
bool
|