diff mbox series

mt76: MT76x0U requires MT76_USB

Message ID 1536239203-21733-1-git-send-email-martin@kaiser.cx (mailing list archive)
State New, archived
Headers show
Series mt76: MT76x0U requires MT76_USB | expand

Commit Message

Martin Kaiser Sept. 6, 2018, 1:06 p.m. UTC
If we're building MT76x0U, we must select MT76_USB. Otherwise,
compilation fails because of undefined references.

MT76x2U already does this correctly, fix it for MT76x0U as well.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
---
 drivers/net/wireless/mediatek/mt76/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Kalle Valo Sept. 11, 2018, 2:37 p.m. UTC | #1
(please cc linux-wireless on wireless patches)

Martin Kaiser <martin@kaiser.cx> writes:

> If we're building MT76x0U, we must select MT76_USB. Otherwise,
> compilation fails because of undefined references.
>
> MT76x2U already does this correctly, fix it for MT76x0U as well.
>
> Signed-off-by: Martin Kaiser <martin@kaiser.cx>

I believe there's a patch pending to fix this, but due to so many mt76
patches it might take few days before the fix is applied to
wireless-drivers-next.
diff mbox series

Patch

diff --git a/drivers/net/wireless/mediatek/mt76/Kconfig b/drivers/net/wireless/mediatek/mt76/Kconfig
index 6a270e759006..cec977b81305 100644
--- a/drivers/net/wireless/mediatek/mt76/Kconfig
+++ b/drivers/net/wireless/mediatek/mt76/Kconfig
@@ -17,6 +17,7 @@  config MT76x2_COMMON
 config MT76x0U
 	tristate "MediaTek MT76x0U (USB) support"
 	select MT76_CORE
+	select MT76_USB
 	depends on MAC80211
 	depends on USB
 	select MT76x02_LIB