add support for mt7915, mt7615 in mac80211 package

mt7915 additionally requires working MTD, so that it can
read calibration data from flash
hark-how-all-the-belkin-rings
Daniel Barlow 2023-10-05 23:04:14 +01:00
parent a896c4e31c
commit b01840fa7f
1 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,14 @@ let
WLAN_VENDOR_MEDIATEK = "y";
MT7603E = "y";
};
mt7915e = {
MT7915E = "m";
};
mt7615e = {
MT7615E = "m";
MT7622_WMAC = "y";
};
mac80211_hwsim = {
MAC80211_HWSIM = "y";
};