blob: eaf765876458f3a89e5a26af5d5ac3b09c556161 [file] [log] [blame]
Ivo van Doorncf4328c2007-05-07 00:34:20 -07001#
2# RF switch subsystem configuration
3#
4menuconfig RFKILL
5 tristate "RF switch subsystem support"
6 help
7 Say Y here if you want to have control over RF switches
Ivo van Doorn234a0ca2007-09-13 09:20:42 +02008 found on many WiFi and Bluetooth cards.
Ivo van Doorncf4328c2007-05-07 00:34:20 -07009
10 To compile this driver as a module, choose M here: the
11 module will be called rfkill.
12
Michael Buesch135900c2007-09-27 21:33:12 +020013# LED trigger support
14config RFKILL_LEDS
15 bool
Johannes Berg19d337d2009-06-02 13:01:37 +020016 depends on RFKILL
17 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
Michael Buesch135900c2007-09-27 21:33:12 +020018 default y
19
Johannes Berg19d337d2009-06-02 13:01:37 +020020config RFKILL_INPUT
Johannes Bergb91d0e32009-06-08 08:14:28 +020021 bool "RF switch input support" if EMBEDDED
Johannes Berg19d337d2009-06-02 13:01:37 +020022 depends on RFKILL
23 depends on INPUT = y || RFKILL = INPUT
Johannes Bergc64fb012009-06-02 13:01:38 +020024 default y if !EMBEDDED