brintos

brintos / linux-shallow public Read only

0
0
Text · 767 B · 3ed8887 Raw
30 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config MT76x0_COMMON3	tristate4	select MT76x02_LIB5 6config MT76x0U7	tristate "MediaTek MT76x0U (USB) support"8	select MT76x0_COMMON9	select MT76x02_USB10	depends on MAC8021111	depends on USB12	help13	  This adds support for MT7610U-based USB 2.0 wireless dongles,14	  which comply with IEEE 802.11ac standards and support 1x115	  433Mbps PHY rate.16 17	  To compile this driver as a module, choose M here.18 19config MT76x0E20	tristate "MediaTek MT76x0E (PCIe) support"21	select MT76x0_COMMON22	depends on MAC8021123	depends on PCI24	help25	  This adds support for MT7610/MT7630-based PCIe wireless devices,26	  which comply with IEEE 802.11ac standards and support 1x127	  433Mbps PHY rate.28 29	  To compile this driver as a module, choose M here.30