1# 2# RF switch subsystem configuration 3# 4menuconfig RFKILL 5 tristate "RF switch subsystem support" 6 help 7 Say Y here if you want to have control over RF switches 8 found on many WiFi and Bluetooth cards. 9 10 To compile this driver as a module, choose M here: the 11 module will be called rfkill. 12 13config RFKILL_PM 14 bool "Power off on suspend" 15 depends on RFKILL && PM 16 default y 17 18config RFKILL_INPUT 19 tristate "Input layer to RF switch connector" 20 depends on RFKILL && INPUT 21 help 22 Say Y here if you want kernel automatically toggle state 23 of RF switches on and off when user presses appropriate 24 button or a key on the keyboard. Without this module you 25 need a some kind of userspace application to control 26 state of the switches. 27 28 To compile this driver as a module, choose M here: the 29 module will be called rfkill-input. 30 31# LED trigger support 32config RFKILL_LEDS 33 bool 34 depends on RFKILL && LEDS_TRIGGERS 35 default y 36 37