Merge tag 'v3.10.82' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.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
6fa3eb70
S
13config RFKILL_PM
14 bool "Power off on suspend"
15 depends on RFKILL && PM
16 default y
17
135900c1
MB
18# LED trigger support
19config RFKILL_LEDS
20 bool
19d337df
JB
21 depends on RFKILL
22 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
135900c1
MB
23 default y
24
19d337df 25config RFKILL_INPUT
6a108a14 26 bool "RF switch input support" if EXPERT
19d337df
JB
27 depends on RFKILL
28 depends on INPUT = y || RFKILL = INPUT
6a108a14 29 default y if !EXPERT
cbc6a6ed
AO
30
31config RFKILL_REGULATOR
32 tristate "Generic rfkill regulator driver"
33 depends on RFKILL || !RFKILL
34 depends on REGULATOR
35 help
36 This options enable controlling radio transmitters connected to
37 voltage regulator using the regulator framework.
38
39 To compile this driver as a module, choose M here: the module will
40 be called rfkill-regulator.
7176ba23
RK
41
42config RFKILL_GPIO
43 tristate "GPIO RFKILL driver"
44 depends on RFKILL && GPIOLIB && HAVE_CLK
45 default n
46 help
47 If you say yes here you get support of a generic gpio RFKILL
48 driver. The platform should fill in the appropriate fields in the
49 rfkill_gpio_platform_data structure and pass that to the driver.