Files
linux-bredos/net/rfkill/Kconfig
ReleaseRaptor afcb0f3cdb cix linux bsp 202501 release version
- dGPU support
    - OV08D10 MIPI CSI V4L2 support
    - Camera preview by gstreamer command
    - Cheese Camera App support
    - Audio switch support
        - Auto-switch to BT Audio when connecting BT headphone
        - Auto-switch to HDMI audio when disconnecting BT headphone
    - Splash display
    - virtual resolution support for eDP
    - Chromium VPU decode acceleration
2025-01-09 00:00:51 +08:00

49 lines
1.1 KiB
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
#
# RF switch subsystem configuration
#
menuconfig 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 M here: the
module will be called rfkill.
# LED trigger support
config RFKILL_LEDS
bool
depends on RFKILL
depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
default y
config RFKILL_INPUT
bool "RF switch input support" if EXPERT
depends on RFKILL
depends on INPUT = y || RFKILL = INPUT
default y if !EXPERT
config RFKILL_GPIO
tristate "GPIO RFKILL driver"
depends on RFKILL
depends on GPIOLIB || COMPILE_TEST
default n
help
If you say yes here you get support of a generic gpio RFKILL
driver.
config RFKILL_WLAN
tristate "WLAN RFKILL driver"
depends on ARCH_CIX
default n
help
If you say yes here you get support of WLAN RFKILL
driver.
config RFKILL_BT
tristate "GPIO RFKILL BT driver"
default n
help
If you say yes here you get support of BT RFKILL
driver.