blob: 868f1ad0415a4ea728989908ed49858b6dfccc01 [file] [log] [blame]
Ivo van Doorncf4328c2007-05-07 00:34:20 -07001#
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
Ivo van Doorn234a0ca2007-09-13 09:20:42 +02008 found on many WiFi and Bluetooth cards.
Ivo van Doorncf4328c2007-05-07 00:34:20 -07009
10 To compile this driver as a module, choose M here: the
11 module will be called rfkill.
12
Michael Buesch135900c2007-09-27 21:33:12 +020013# LED trigger support
14config RFKILL_LEDS
15 bool
Johannes Berg19d337d2009-06-02 13:01:37 +020016 depends on RFKILL
17 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
Michael Buesch135900c2007-09-27 21:33:12 +020018 default y
19
Johannes Berg19d337d2009-06-02 13:01:37 +020020config RFKILL_INPUT
David Rientjes6a108a12011-01-20 14:44:16 -080021 bool "RF switch input support" if EXPERT
Johannes Berg19d337d2009-06-02 13:01:37 +020022 depends on RFKILL
23 depends on INPUT = y || RFKILL = INPUT
David Rientjes6a108a12011-01-20 14:44:16 -080024 default y if !EXPERT
Antonio Ospitecbc6a6e2011-04-13 21:40:45 +020025
26config RFKILL_REGULATOR
27 tristate "Generic rfkill regulator driver"
28 depends on RFKILL || !RFKILL
29 depends on REGULATOR
30 help
31 This options enable controlling radio transmitters connected to
32 voltage regulator using the regulator framework.
33
34 To compile this driver as a module, choose M here: the module will
35 be called rfkill-regulator.
Rhyland Klein7176ba22011-05-16 14:41:48 -070036
37config RFKILL_GPIO
38 tristate "GPIO RFKILL driver"
Geert Uytterhoeven36890992015-08-02 11:09:54 +020039 depends on RFKILL
40 depends on GPIOLIB || COMPILE_TEST
Rhyland Klein7176ba22011-05-16 14:41:48 -070041 default n
42 help
43 If you say yes here you get support of a generic gpio RFKILL
Heikki Krogerusfb2e6b72016-01-25 12:03:49 +030044 driver.