446d5f99370f405216a69df9e193d07e96d783e4
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / combo_mt66xx / Kconfig
1 menuconfig MTK_COMBO_MT66XX
2         bool "MediaTek combo_mt66xx WiFi Config"
3         help
4           Config MTK combo chip mt6628&mt6620
5
6 if MTK_COMBO_MT66XX
7
8 config MTK_COMBO_WIFI
9         tristate "MediaTek Combo Chip Wi-Fi support"
10         default y
11         #depends on MTK_COMBO_WMT
12         depends on MMC
13         depends on IPV6
14         select WIRELESS_EXT
15         select WEXT_PRIV
16         help
17           This module adds support for wireless adapters based on
18           MTK MT66XX chipset.
19
20           This driver uses the kernel's wireless extensions subsystem.
21
22           If you choose to build a module, it'll be called dhd. Say M if
23           unsure.
24
25 endif