Blame view

net/rfkill/Kconfig 1.23 KB
cf4328cd9   Ivo van Doorn   [NET]: rfkill: ad...
1
2
3
4
5
6
7
  #
  # RF switch subsystem configuration
  #
  menuconfig RFKILL
  	tristate "RF switch subsystem support"
  	help
  	  Say Y here if you want to have control over RF switches
234a0ca6f   Ivo van Doorn   [RFKILL]: Remove ...
8
  	  found on many WiFi and Bluetooth cards.
cf4328cd9   Ivo van Doorn   [NET]: rfkill: ad...
9
10
11
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called rfkill.
135900c18   Michael Buesch   [RFKILL]: Add sup...
12
13
14
  # LED trigger support
  config RFKILL_LEDS
  	bool
19d337dff   Johannes Berg   rfkill: rewrite
15
16
  	depends on RFKILL
  	depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
135900c18   Michael Buesch   [RFKILL]: Add sup...
17
  	default y
19d337dff   Johannes Berg   rfkill: rewrite
18
  config RFKILL_INPUT
6a108a14f   David Rientjes   kconfig: rename C...
19
  	bool "RF switch input support" if EXPERT
19d337dff   Johannes Berg   rfkill: rewrite
20
21
  	depends on RFKILL
  	depends on INPUT = y || RFKILL = INPUT
6a108a14f   David Rientjes   kconfig: rename C...
22
  	default y if !EXPERT
cbc6a6ed0   Antonio Ospite   rfkill: Regulator...
23
24
25
26
27
28
29
30
31
32
33
  
  config RFKILL_REGULATOR
  	tristate "Generic rfkill regulator driver"
  	depends on RFKILL || !RFKILL
  	depends on REGULATOR
  	help
            This options enable controlling radio transmitters connected to
            voltage regulator using the regulator framework.
  
            To compile this driver as a module, choose M here: the module will
            be called rfkill-regulator.
7176ba23f   Rhyland Klein   net: rfkill: add ...
34
35
36
37
38
39
40
41
42
  
  config RFKILL_GPIO
  	tristate "GPIO RFKILL driver"
  	depends on RFKILL && GPIOLIB && HAVE_CLK
  	default n
  	help
  	  If you say yes here you get support of a generic gpio RFKILL
  	  driver. The platform should fill in the appropriate fields in the
  	  rfkill_gpio_platform_data structure and pass that to the driver.