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 |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 21 | bool "RF switch input support" if EXPERT |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 22 | depends on RFKILL |
| 23 | depends on INPUT = y || RFKILL = INPUT |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 24 | default y if !EXPERT |
Antonio Ospite | cbc6a6e | 2011-04-13 21:40:45 +0200 | [diff] [blame] | 25 | |
| 26 | config RFKILL_REGULATOR |
| 27 | tristate "Generic rfkill regulator driver" |
| 28 | depends on RFKILL || !RFKILL |
| 29 | depends on REGULATOR |
| 30 | help |
| 31 | This options enable controlling radio transmitters connected to |
| 32 | voltage regulator using the regulator framework. |
| 33 | |
| 34 | To compile this driver as a module, choose M here: the module will |
| 35 | be called rfkill-regulator. |
Rhyland Klein | 7176ba2 | 2011-05-16 14:41:48 -0700 | [diff] [blame] | 36 | |
| 37 | config RFKILL_GPIO |
| 38 | tristate "GPIO RFKILL driver" |
Heikki Krogerus | f02ae59 | 2013-10-16 13:53:40 +0300 | [diff] [blame] | 39 | depends on RFKILL && GPIOLIB |
Rhyland Klein | 7176ba2 | 2011-05-16 14:41:48 -0700 | [diff] [blame] | 40 | default n |
| 41 | help |
| 42 | If you say yes here you get support of a generic gpio RFKILL |
| 43 | driver. The platform should fill in the appropriate fields in the |
| 44 | rfkill_gpio_platform_data structure and pass that to the driver. |