Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# RF switch subsystem configuration
#
menuconfig CONFIG_RFKILL
	tristate "RF switch subsystem support"
	help
	  Say Y here if you want to have control over RF switches
	  found on many WiFi and Bluetooth cards.

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

# LED trigger support
config CONFIG_RFKILL_LEDS
	bool
	depends on CONFIG_RFKILL
	depends on CONFIG_LEDS_TRIGGERS = y || CONFIG_RFKILL = CONFIG_LEDS_TRIGGERS
	default y

config CONFIG_RFKILL_INPUT
	bool "RF switch input support" if CONFIG_EXPERT
	depends on CONFIG_RFKILL
	depends on CONFIG_INPUT = y || CONFIG_RFKILL = CONFIG_INPUT
	default y if !CONFIG_EXPERT

config CONFIG_RFKILL_GPIO
	tristate "GPIO RFKILL driver"
	depends on CONFIG_RFKILL
	depends on CONFIG_GPIOLIB || CONFIG_COMPILE_TEST
	default n
	help
	  If you say yes here you get support of a generic gpio CONFIG_RFKILL
	  driver.