Merge pull request #269898 from lorenz/mt7986-support
kernel: enable support for MT798X
This commit is contained in:
commit
c7541b78d7
1 changed files with 6 additions and 0 deletions
|
@ -275,6 +275,12 @@ let
|
|||
INFINIBAND = module;
|
||||
INFINIBAND_IPOIB = module;
|
||||
INFINIBAND_IPOIB_CM = yes;
|
||||
} // optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") {
|
||||
# Not enabled by default, hides modules behind it
|
||||
NET_VENDOR_MEDIATEK = yes;
|
||||
# Enable SoC interface for MT7915 module, required for MT798X.
|
||||
MT7986_WMAC = whenBetween "5.18" "6.6" yes;
|
||||
MT798X_WMAC = whenAtLeast "6.6" yes;
|
||||
};
|
||||
|
||||
wireless = {
|
||||
|
|
Loading…
Reference in a new issue