Netdev List
 help / color / mirror / Atom feed
* [PATCH] mt76: another missing 'select' in Kconfig
@ 2018-09-07 19:08 valdis.kletnieks
       [not found] ` <30971.1536347293-+bZmOdGhbsPr6rcHtW+onFJE71vCis6O@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: valdis.kletnieks @ 2018-09-07 19:08 UTC (permalink / raw)
  To: Kalle Valo, David S. Miller, Lorenzo Bianconi
  Cc: netdev, linux-kernel, linux-wireless

commit b40b15e1521f7764ea8c68d5a00ecc971b673d21
Author: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Date:   Tue Jul 31 10:09:19 2018 +0200

    mt76: add usb support to mt76 layer

add a new mt76-usb.c for MT76x2U USB devices, but failed to wire
it up for MT76x0U USB devices.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
---
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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-08  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-07 19:08 [PATCH] mt76: another missing 'select' in Kconfig valdis.kletnieks
     [not found] ` <30971.1536347293-+bZmOdGhbsPr6rcHtW+onFJE71vCis6O@public.gmane.org>
2018-09-08  7:46   ` Lorenzo Bianconi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox