RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / net / rfkill / Kconfig
blobeaf765876458f3a89e5a26af5d5ac3b09c556161
2 # RF switch subsystem configuration
4 menuconfig RFKILL
5         tristate "RF switch subsystem support"
6         help
7           Say Y here if you want to have control over RF switches
8           found on many WiFi and Bluetooth cards.
10           To compile this driver as a module, choose M here: the
11           module will be called rfkill.
13 # LED trigger support
14 config RFKILL_LEDS
15         bool
16         depends on RFKILL
17         depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
18         default y
20 config RFKILL_INPUT
21         bool "RF switch input support" if EMBEDDED
22         depends on RFKILL
23         depends on INPUT = y || RFKILL = INPUT
24         default y if !EMBEDDED