| 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 |  | 
|  | 13 | config RFKILL_INPUT | 
|  | 14 | tristate "Input layer to RF switch connector" | 
|  | 15 | depends on RFKILL && INPUT | 
|  | 16 | help | 
|  | 17 | Say Y here if you want kernel automatically toggle state | 
|  | 18 | of RF switches on and off when user presses appropriate | 
|  | 19 | button or a key on the keyboard. Without this module you | 
|  | 20 | need a some kind of userspace application to control | 
|  | 21 | state of the switches. | 
|  | 22 |  | 
|  | 23 | To compile this driver as a module, choose M here: the | 
|  | 24 | module will be called rfkill-input. | 
| Michael Buesch | 135900c | 2007-09-27 21:33:12 +0200 | [diff] [blame] | 25 |  | 
|  | 26 | # LED trigger support | 
|  | 27 | config RFKILL_LEDS | 
|  | 28 | bool | 
|  | 29 | depends on RFKILL && LEDS_TRIGGERS | 
|  | 30 | default y | 
|  | 31 |  |