2 # RF switch subsystem configuration
5 tristate "RF switch subsystem support"
7 Say Y here if you want to have control over RF switches
8 found on many WiFi and Bluetooth cards.
10 To compile this driver as a module, choose M here: the
11 module will be called rfkill.
17 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
21 bool "RF switch input support" if EXPERT
23 depends on INPUT = y || RFKILL = INPUT
26 config RFKILL_REGULATOR
27 tristate "Generic rfkill regulator driver"
28 depends on RFKILL || !RFKILL
31 This options enable controlling radio transmitters connected to
32 voltage regulator using the regulator framework.
34 To compile this driver as a module, choose M here: the module will
35 be called rfkill-regulator.