Skip to content

Commit

Permalink
mt76: fix build for MediaTek MT7610U USB wireless dongle
Browse files Browse the repository at this point in the history
The mt76x0 driver requires the mt76 core driver to actually function.
So add a 'select' to avoid embarrassing 'symbol unknown' errors
when attempting to modprobe it in a module tree that doesn't
include mt76.ko

Signed-off-by: Valdis Kletnieks <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
  • Loading branch information
valdisk authored and Kalle Valo committed Aug 9, 2018
1 parent 17ad18f commit 1ec49a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/mediatek/mt76/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config MT76x2_COMMON

config MT76x0U
tristate "MediaTek MT76x0U (USB) support"
select MT76_CORE
depends on MAC80211
depends on USB
help
Expand Down

0 comments on commit 1ec49a2

Please sign in to comment.