Skip to content

Commit

Permalink
linux/kernel/common-config: Reenable the rfkill-input module
Browse files Browse the repository at this point in the history
The default value of the RFKILL_INPUT Kconfig option depends on the
EXPERT option which was changed in 3b07356.
However, disabling the rfkill-input module was unintentional and causes
some airplane mode buttons on laptops to not function [1].

[1]: NixOS#261880
  • Loading branch information
ibbem committed Jan 7, 2024
1 parent f36e11d commit 470f894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,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.
Expand Down

0 comments on commit 470f894

Please sign in to comment.