Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/cpcap' and...
[linux-block.git] / net / rfkill / Kconfig
CommitLineData
cf4328cd
ID
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
234a0ca6 8 found on many WiFi and Bluetooth cards.
cf4328cd
ID
9
10 To compile this driver as a module, choose M here: the
11 module will be called rfkill.
12
135900c1
MB
13# LED trigger support
14config RFKILL_LEDS
15 bool
19d337df
JB
16 depends on RFKILL
17 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
135900c1
MB
18 default y
19
19d337df 20config RFKILL_INPUT
6a108a14 21 bool "RF switch input support" if EXPERT
19d337df
JB
22 depends on RFKILL
23 depends on INPUT = y || RFKILL = INPUT
6a108a14 24 default y if !EXPERT
cbc6a6ed 25
7176ba23
RK
26config RFKILL_GPIO
27 tristate "GPIO RFKILL driver"
36890997
GU
28 depends on RFKILL
29 depends on GPIOLIB || COMPILE_TEST
7176ba23
RK
30 default n
31 help
32 If you say yes here you get support of a generic gpio RFKILL
fb2e6b7b 33 driver.