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 Jan 24, 2025
1 parent 6286b7a commit fd27204
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/kernel/linux-arm64-wdk2023.config
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,7 @@ CONFIG_MT76x0U=m
CONFIG_MT76x0E=m
CONFIG_MT76x2E=m
CONFIG_MT76x2U=m
CONFIG_MT7921U=m
CONFIG_RT2X00=m
CONFIG_RT2400PCI=m
CONFIG_RT2500PCI=m
Expand Down
1 change: 1 addition & 0 deletions config/kernel/linux-bcm2711-legacy.config
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ CONFIG_MT76x0U=m
CONFIG_MT76x2U=m
CONFIG_MT7915E=m
CONFIG_MT7921E=m
CONFIG_MT7921U=m
CONFIG_RT2X00=m
CONFIG_RT2500USB=m
CONFIG_RT73USB=m
Expand Down
1 change: 1 addition & 0 deletions config/kernel/linux-k3-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ CONFIG_IWLMVM=m
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
CONFIG_MWIFIEX_PCIE=m
CONFIG_MT7921U=m
CONFIG_WL18XX=m
CONFIG_WLCORE_SDIO=m
CONFIG_INPUT_MATRIXKMAP=y
Expand Down
1 change: 1 addition & 0 deletions config/kernel/linux-odroidxu4-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ CONFIG_MWIFIEX_USB=m
CONFIG_MT7601U=m
CONFIG_MT76x0U=m
CONFIG_MT76x2U=m
CONFIG_MT7921U=m
CONFIG_RT2X00=m
CONFIG_RT2500USB=m
CONFIG_RT73USB=m
Expand Down
1 change: 1 addition & 0 deletions config/kernel/linux-phytium-embedded-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
CONFIG_MWIFIEX_PCIE=m
CONFIG_MT7921E=m
CONFIG_MT7921U=m
CONFIG_RTW88=m
CONFIG_RTW88_8821CS=m
CONFIG_RSI_91X=m
Expand Down
1 change: 1 addition & 0 deletions config/kernel/linux-tqma-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ CONFIG_BRCMFMAC=m
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
CONFIG_MWIFIEX_PCIE=m
CONFIG_MT7921U=m
CONFIG_WL18XX=m
CONFIG_WLCORE_SDIO=m
CONFIG_INPUT_EVDEV=y
Expand Down

0 comments on commit fd27204

Please sign in to comment.