mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
mt76: fix build for MediaTek MT7610U USB wireless dongle
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 <valdis.kletnieks@vt.edu> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
17ad18fd12
commit
1ec49a2365
|
|
@ -11,6 +11,7 @@ config MT76x2_COMMON
|
|||
|
||||
config MT76x0U
|
||||
tristate "MediaTek MT76x0U (USB) support"
|
||||
select MT76_CORE
|
||||
depends on MAC80211
|
||||
depends on USB
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user