Kconfig 576 字节
Newer Older
1 2 3 4 5 6 7
#
# RF switch subsystem configuration
#
menuconfig RFKILL
	tristate "RF switch subsystem support"
	help
	  Say Y here if you want to have control over RF switches
I
Ivo van Doorn 已提交
8
	  found on many WiFi and Bluetooth cards.
9 10 11 12

	  To compile this driver as a module, choose M here: the
	  module will be called rfkill.

13 14 15
# LED trigger support
config RFKILL_LEDS
	bool
J
Johannes Berg 已提交
16 17
	depends on RFKILL
	depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
18 19
	default y

J
Johannes Berg 已提交
20
config RFKILL_INPUT
21
	bool "RF switch input support" if EXPERT
J
Johannes Berg 已提交
22 23
	depends on RFKILL
	depends on INPUT = y || RFKILL = INPUT
24
	default y if !EXPERT