| 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 |  | 
| Michael Buesch | 135900c | 2007-09-27 21:33:12 +0200 | [diff] [blame] | 13 | # LED trigger support | 
 | 14 | config RFKILL_LEDS | 
 | 15 | 	bool | 
| Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame^] | 16 | 	depends on RFKILL | 
 | 17 | 	depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS | 
| Michael Buesch | 135900c | 2007-09-27 21:33:12 +0200 | [diff] [blame] | 18 | 	default y | 
 | 19 |  | 
| Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame^] | 20 | config RFKILL_INPUT | 
 | 21 | 	bool | 
 | 22 | 	depends on RFKILL | 
 | 23 | 	depends on INPUT = y || RFKILL = INPUT | 
 | 24 | 	default y |