blob: b47f72fae05d92f9f970df686e41d97f0f4cee55 [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
21 bool
22 depends on RFKILL
23 depends on INPUT = y || RFKILL = INPUT
24 default y