Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Ivo van Doorn | cf4328c | 2007-05-07 00:34:20 -0700 | [diff] [blame] | 2 | # |
| 3 | # RF switch subsystem configuration |
| 4 | # |
| 5 | menuconfig RFKILL |
| 6 | tristate "RF switch subsystem support" |
| 7 | help |
| 8 | 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] | 9 | found on many WiFi and Bluetooth cards. |
Ivo van Doorn | cf4328c | 2007-05-07 00:34:20 -0700 | [diff] [blame] | 10 | |
| 11 | To compile this driver as a module, choose M here: the |
| 12 | module will be called rfkill. |
| 13 | |
Michael Buesch | 135900c | 2007-09-27 21:33:12 +0200 | [diff] [blame] | 14 | # LED trigger support |
| 15 | config RFKILL_LEDS |
| 16 | bool |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 17 | depends on RFKILL |
| 18 | depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS |
Michael Buesch | 135900c | 2007-09-27 21:33:12 +0200 | [diff] [blame] | 19 | default y |
| 20 | |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 21 | config RFKILL_INPUT |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 22 | bool "RF switch input support" if EXPERT |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 23 | depends on RFKILL |
| 24 | depends on INPUT = y || RFKILL = INPUT |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 25 | default y if !EXPERT |
Antonio Ospite | cbc6a6e | 2011-04-13 21:40:45 +0200 | [diff] [blame] | 26 | |
Rhyland Klein | 7176ba2 | 2011-05-16 14:41:48 -0700 | [diff] [blame] | 27 | config RFKILL_GPIO |
| 28 | tristate "GPIO RFKILL driver" |
Geert Uytterhoeven | 3689099 | 2015-08-02 11:09:54 +0200 | [diff] [blame] | 29 | depends on RFKILL |
| 30 | depends on GPIOLIB || COMPILE_TEST |
Rhyland Klein | 7176ba2 | 2011-05-16 14:41:48 -0700 | [diff] [blame] | 31 | default n |
| 32 | help |
| 33 | If you say yes here you get support of a generic gpio RFKILL |
Heikki Krogerus | fb2e6b7 | 2016-01-25 12:03:49 +0300 | [diff] [blame] | 34 | driver. |