mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
Merge pull request #269898 from lorenz/mt7986-support
kernel: enable support for MT798X
This commit is contained in:
commit
c7541b78d7
@ -275,6 +275,12 @@ let
|
|||||||
INFINIBAND = module;
|
INFINIBAND = module;
|
||||||
INFINIBAND_IPOIB = module;
|
INFINIBAND_IPOIB = module;
|
||||||
INFINIBAND_IPOIB_CM = yes;
|
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 = {
|
wireless = {
|
||||||
|
Loading…
Reference in New Issue
Block a user