blob: 83a7af8982bbcf6bc2e6308df690f8c5e6f9953b [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Ivo van Doorncf4328c2007-05-07 00:34:20 -07002#
3# RF switch subsystem configuration
4#
5menuconfig RFKILL
6 tristate "RF switch subsystem support"
7 help
8 Say Y here if you want to have control over RF switches
Ivo van Doorn234a0ca2007-09-13 09:20:42 +02009 found on many WiFi and Bluetooth cards.
Ivo van Doorncf4328c2007-05-07 00:34:20 -070010
11 To compile this driver as a module, choose M here: the
12 module will be called rfkill.
13
Michael Buesch135900c2007-09-27 21:33:12 +020014# LED trigger support
15config RFKILL_LEDS
16 bool
Johannes Berg19d337d2009-06-02 13:01:37 +020017 depends on RFKILL
18 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
Michael Buesch135900c2007-09-27 21:33:12 +020019 default y
20
Johannes Berg19d337d2009-06-02 13:01:37 +020021config RFKILL_INPUT
David Rientjes6a108a12011-01-20 14:44:16 -080022 bool "RF switch input support" if EXPERT
Johannes Berg19d337d2009-06-02 13:01:37 +020023 depends on RFKILL
24 depends on INPUT = y || RFKILL = INPUT
David Rientjes6a108a12011-01-20 14:44:16 -080025 default y if !EXPERT
Antonio Ospitecbc6a6e2011-04-13 21:40:45 +020026
Rhyland Klein7176ba22011-05-16 14:41:48 -070027config RFKILL_GPIO
28 tristate "GPIO RFKILL driver"
Geert Uytterhoeven36890992015-08-02 11:09:54 +020029 depends on RFKILL
30 depends on GPIOLIB || COMPILE_TEST
Rhyland Klein7176ba22011-05-16 14:41:48 -070031 default n
32 help
33 If you say yes here you get support of a generic gpio RFKILL
Heikki Krogerusfb2e6b72016-01-25 12:03:49 +030034 driver.