Merge pull request #279368 from ibbem/reenable-rfkill-input

linux/kernel/common-config: Reenable the rfkill-input module
This commit is contained in:
Ryan Lahfa 2024-01-12 19:33:22 +01:00 committed by GitHub
commit f65e5ea479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,6 +297,7 @@ let
# At the time of writing (25-06-2023): this is only used in a "correct" way by ath drivers for initiating DFS radiation
# for "certified devices"
EXPERT = option yes; # this is needed for offering the certification option
RFKILL_INPUT = option yes; # counteract an undesired effect of setting EXPERT
CFG80211_CERTIFICATION_ONUS = option yes;
# DFS: "Dynamic Frequency Selection" is a spectrum-sharing mechanism that allows
# you to use certain interesting frequency when your local regulatory domain mandates it.