Skip to content

Commit

Permalink
configs: enable mt7921u USB WiFi drivers for all boards
Browse files Browse the repository at this point in the history
In case of rk35xx-vendor, the mt7921e PCIe WiFi drivers were enabled already,
but the one for USB was missing. It was enabled for most other boards already,
hence this commit is an alignment.

Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng committed Oct 9, 2024
1 parent 88d97bf commit 7ef4958
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/kernel/linux-arm64-wdk2023.config
Original file line number Diff line number Diff line change
Expand Up @@ -3708,7 +3708,7 @@ CONFIG_MT76x2U=m
# CONFIG_MT7915E is not set
# CONFIG_MT7921E is not set
# CONFIG_MT7921S is not set
# CONFIG_MT7921U is not set
CONFIG_MT7921U=m
# CONFIG_MT7996E is not set
# CONFIG_MT7925E is not set
# CONFIG_MT7925U is not set
Expand Down
2 changes: 1 addition & 1 deletion config/kernel/linux-bcm2711-legacy.config
Original file line number Diff line number Diff line change
Expand Up @@ -3023,7 +3023,7 @@ CONFIG_MT7915E=m
CONFIG_MT7921_COMMON=m
CONFIG_MT7921E=m
# CONFIG_MT7921S is not set
# CONFIG_MT7921U is not set
CONFIG_MT7921U=m
CONFIG_WLAN_VENDOR_MICROCHIP=y
# CONFIG_WILC1000_SDIO is not set
# CONFIG_WILC1000_SPI is not set
Expand Down
2 changes: 1 addition & 1 deletion config/kernel/linux-k3-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -2838,7 +2838,7 @@ CONFIG_WLAN_VENDOR_MEDIATEK=y
# CONFIG_MT7915E is not set
# CONFIG_MT7921E is not set
# CONFIG_MT7921S is not set
# CONFIG_MT7921U is not set
CONFIG_MT7921U=m
CONFIG_WLAN_VENDOR_MICROCHIP=y
# CONFIG_WILC1000_SDIO is not set
# CONFIG_WILC1000_SPI is not set
Expand Down
2 changes: 1 addition & 1 deletion config/kernel/linux-odroidxu4-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ CONFIG_MT76x2U=m
# CONFIG_MT7663U is not set
# CONFIG_MT7663S is not set
# CONFIG_MT7921S is not set
# CONFIG_MT7921U is not set
CONFIG_MT7921U=m
CONFIG_WLAN_VENDOR_MICROCHIP=y
# CONFIG_WILC1000_SDIO is not set
# CONFIG_WILC1000_SPI is not set
Expand Down
2 changes: 1 addition & 1 deletion config/kernel/linux-phytium-embedded-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -3036,7 +3036,7 @@ CONFIG_MT792x_LIB=m
CONFIG_MT7921_COMMON=m
CONFIG_MT7921E=m
# CONFIG_MT7921S is not set
# CONFIG_MT7921U is not set
CONFIG_MT7921U=m
# CONFIG_MT7996E is not set
CONFIG_WLAN_VENDOR_MICROCHIP=y
# CONFIG_WILC1000_SDIO is not set
Expand Down
2 changes: 1 addition & 1 deletion config/kernel/linux-tqma-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,7 @@ CONFIG_WLAN_VENDOR_MEDIATEK=y
# CONFIG_MT7915E is not set
# CONFIG_MT7921E is not set
# CONFIG_MT7921S is not set
# CONFIG_MT7921U is not set
CONFIG_MT7921U=m
# CONFIG_MT7996E is not set
CONFIG_WLAN_VENDOR_MICROCHIP=y
# CONFIG_WILC1000_SDIO is not set
Expand Down

0 comments on commit 7ef4958

Please sign in to comment.