blob: 76f0537a40b7511461ecbec407c145a368254879 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001#
2# RF switch subsystem configuration
3#
4config RFKILL
5 bool
6 default y
7
8menuconfig RFKILL_FULL
9 tristate "RF switch subsystem support"
10 help
11 Say Y here if you want to have control over RF switches
12 found on many WiFi and Bluetooth cards.
13
14 To compile this driver as a module, choose M here: the
15 module will be called rfkill.
16
17# LED trigger support
18config RFKILL_LEDS
19 bool
20 depends on RFKILL_FULL
21 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
22 default y
23
24config RFKILL_INPUT
25 bool "RF switch input support" if EXPERT
26 depends on RFKILL_FULL
27 depends on INPUT = y || RFKILL = INPUT
28 default y if !EXPERT
29
30config RFKILL_GPIO
31 tristate "GPIO RFKILL driver"
32 depends on RFKILL_FULL
33 depends on GPIOLIB || COMPILE_TEST
34 default n
35 help
36 If you say yes here you get support of a generic gpio RFKILL
37 driver.