1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # RF switch subsystem configuration 2 # RF switch subsystem configuration 4 # 3 # 5 menuconfig RFKILL 4 menuconfig RFKILL 6 tristate "RF switch subsystem support" 5 tristate "RF switch subsystem support" 7 help 6 help 8 Say Y here if you want to have contr 7 Say Y here if you want to have control over RF switches 9 found on many WiFi and Bluetooth car 8 found on many WiFi and Bluetooth cards. 10 9 11 To compile this driver as a module, 10 To compile this driver as a module, choose M here: the 12 module will be called rfkill. 11 module will be called rfkill. 13 12 14 # LED trigger support 13 # LED trigger support 15 config RFKILL_LEDS 14 config RFKILL_LEDS 16 bool 15 bool 17 depends on RFKILL 16 depends on RFKILL 18 depends on LEDS_TRIGGERS = y || RFKILL 17 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS 19 default y 18 default y 20 19 21 config RFKILL_INPUT 20 config RFKILL_INPUT 22 bool "RF switch input support" if EXPE 21 bool "RF switch input support" if EXPERT 23 depends on RFKILL 22 depends on RFKILL 24 depends on INPUT = y || RFKILL = INPUT 23 depends on INPUT = y || RFKILL = INPUT 25 default y if !EXPERT 24 default y if !EXPERT 26 25 27 config RFKILL_GPIO 26 config RFKILL_GPIO 28 tristate "GPIO RFKILL driver" 27 tristate "GPIO RFKILL driver" 29 depends on RFKILL 28 depends on RFKILL 30 depends on GPIOLIB || COMPILE_TEST 29 depends on GPIOLIB || COMPILE_TEST 31 default n 30 default n 32 help 31 help 33 If you say yes here you get support 32 If you say yes here you get support of a generic gpio RFKILL 34 driver. 33 driver.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.