| Ivo van Doorn | cf4328c | 2007-05-07 00:34:20 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # RF switch subsystem configuration | 
 | 3 | # | 
 | 4 | menuconfig RFKILL | 
 | 5 | 	tristate "RF switch subsystem support" | 
 | 6 | 	help | 
 | 7 | 	  Say Y here if you want to have control over RF switches | 
| Ivo van Doorn | 234a0ca | 2007-09-13 09:20:42 +0200 | [diff] [blame] | 8 | 	  found on many WiFi and Bluetooth cards. | 
| Ivo van Doorn | cf4328c | 2007-05-07 00:34:20 -0700 | [diff] [blame] | 9 |  | 
 | 10 | 	  To compile this driver as a module, choose M here: the | 
 | 11 | 	  module will be called rfkill. | 
 | 12 |  | 
| Nick Pelly | 261a799 | 2008-12-04 17:37:05 -0800 | [diff] [blame] | 13 | config RFKILL_PM | 
 | 14 | 	bool "Power off on suspend" | 
 | 15 | 	depends on RFKILL && PM | 
 | 16 | 	default y | 
 | 17 |  | 
| Michael Buesch | 135900c | 2007-09-27 21:33:12 +0200 | [diff] [blame] | 18 | # LED trigger support | 
 | 19 | config RFKILL_LEDS | 
 | 20 | 	bool | 
| Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 21 | 	depends on RFKILL | 
 | 22 | 	depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS | 
| Michael Buesch | 135900c | 2007-09-27 21:33:12 +0200 | [diff] [blame] | 23 | 	default y | 
 | 24 |  | 
| Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 25 | config RFKILL_INPUT | 
| David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 26 | 	bool "RF switch input support" if EXPERT | 
| Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 27 | 	depends on RFKILL | 
 | 28 | 	depends on INPUT = y || RFKILL = INPUT | 
| David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 29 | 	default y if !EXPERT | 
| Antonio Ospite | cbc6a6e | 2011-04-13 21:40:45 +0200 | [diff] [blame] | 30 |  | 
 | 31 | config 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. | 
| Rhyland Klein | 7176ba2 | 2011-05-16 14:41:48 -0700 | [diff] [blame] | 41 |  | 
 | 42 | config 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. |