blob: 1e5c6af6afa2041aa8743f6f9a5a8bf3d0615f97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config MT76_CORE
tristate
config MT76x2_COMMON
tristate
depends on MT76_CORE
config MT76x2E
tristate "MediaTek MT76x2E (PCIe) support"
select MT76_CORE
select MT76x2_COMMON
depends on MAC80211
depends on PCI
---help---
This adds support for MT7612/MT7602/MT7662-based wireless PCIe devices.
|