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