xref: /linux/drivers/net/wireless/mediatek/Kconfig (revision ca55b2fef3a9373fcfc30f82fd26bc7fccbda732)
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