]>
Commit | Line | Data |
---|---|---|
ec8f24b7 | 1 | # SPDX-License-Identifier: GPL-2.0-only |
cf4328cd ID |
2 | # |
3 | # RF switch subsystem configuration | |
4 | # | |
5 | menuconfig RFKILL | |
6 | tristate "RF switch subsystem support" | |
7 | help | |
8 | Say Y here if you want to have control over RF switches | |
234a0ca6 | 9 | found on many WiFi and Bluetooth cards. |
cf4328cd ID |
10 | |
11 | To compile this driver as a module, choose M here: the | |
12 | module will be called rfkill. | |
13 | ||
135900c1 MB |
14 | # LED trigger support |
15 | config RFKILL_LEDS | |
16 | bool | |
19d337df JB |
17 | depends on RFKILL |
18 | depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS | |
135900c1 MB |
19 | default y |
20 | ||
19d337df | 21 | config RFKILL_INPUT |
6a108a14 | 22 | bool "RF switch input support" if EXPERT |
19d337df JB |
23 | depends on RFKILL |
24 | depends on INPUT = y || RFKILL = INPUT | |
6a108a14 | 25 | default y if !EXPERT |
cbc6a6ed | 26 | |
7176ba23 RK |
27 | config RFKILL_GPIO |
28 | tristate "GPIO RFKILL driver" | |
36890997 GU |
29 | depends on RFKILL |
30 | depends on GPIOLIB || COMPILE_TEST | |
7176ba23 RK |
31 | default n |
32 | help | |
33 | If you say yes here you get support of a generic gpio RFKILL | |
fb2e6b7b | 34 | driver. |