blob: cba300c6b5da5af3ec71a30d05ccb2c481dc97a2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
menuconfig WL_MEDIATEK
bool "Mediatek Wireless LAN support"
---help---
Enable community drivers for MediaTek WiFi devices.
Those drivers make use of the Linux mac80211 stack.
if WL_MEDIATEK
source "drivers/net/wireless/mediatek/mt7601u/Kconfig"
endif # WL_MEDIATEK
|