summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/mt7601udrv/os/linux/Kconfig.ap.usb
diff options
context:
space:
mode:
authorFisher Cheng2013-05-24 16:54:08 +0800
committerJulien Lacour2013-10-01 12:12:48 +0200
commit8c1eb022607c0aba81d93b961abbfb47a2dcc325 (patch)
tree13b1cd55172e93b3d1e5baa7141ba259fd71b0af /cleopatre/devkit/mt7601udrv/os/linux/Kconfig.ap.usb
parent9e4d9d72dcac9686f1b4720e46e3bb88f6375a1e (diff)
cleo/devkit: add MTK MT7601U drv source code, refs #4011
- Enable Wireless LAN and Wireless extension in linux26.config
Diffstat (limited to 'cleopatre/devkit/mt7601udrv/os/linux/Kconfig.ap.usb')
-rw-r--r--cleopatre/devkit/mt7601udrv/os/linux/Kconfig.ap.usb111
1 files changed, 111 insertions, 0 deletions
diff --git a/cleopatre/devkit/mt7601udrv/os/linux/Kconfig.ap.usb b/cleopatre/devkit/mt7601udrv/os/linux/Kconfig.ap.usb
new file mode 100644
index 0000000000..902fab93d3
--- /dev/null
+++ b/cleopatre/devkit/mt7601udrv/os/linux/Kconfig.ap.usb
@@ -0,0 +1,111 @@
+config RTUSB_AP
+ tristate "Ralink WiFi USB combo driver AP module"
+ depends on m
+ default m
+
+config RTUSB_AP_WSC
+ bool "WPS support including WPS2.0"
+ depends on RTUSB_AP
+ default y
+
+config RTUSB_AP_MBSS
+ bool "MBSS support"
+ depends on RTUSB_AP
+ default y
+
+config RTUSB_AP_NEW_MBSS_MODE
+ bool "New MBSS support"
+ depends on RTUSB_AP_MBSS
+
+config RTUSB_WDS
+ bool "WDS support"
+ depends on RTUSB_AP
+
+config RTUSB_APCLI
+ bool "APClient support"
+ depends on RTUSB_AP
+
+config RTUSB_DFS
+ bool "DFS support"
+ depends on RTUSB_AP
+
+config RTUSB_CS
+ bool "CS support"
+ depends on RTUSB_AP
+
+config RTUSB_IGMP_SNOOP
+ bool "IGMP snoop support"
+ depends on RTUSB_AP
+
+config RTUSB_NETIF_BLOCK
+ bool "NETIF block support"
+ depends on RTUSB_AP
+
+config RTUSB_DLS
+ bool "DLS support"
+ depends on RTUSB_AP
+
+config RTUSB_IDS
+ bool "IDS support"
+ depends on RTUSB_AP
+
+config RTUSB_AP_FLASH_SUPPORT
+ bool "FLASH support"
+ depends on RTUSB_AP
+
+config RTUSB_AP_80211N_DRAFT3
+ bool "802.11n Draft3 support"
+ depends on RTUSB_AP
+ default y
+
+# Chip related
+config RT2870_AP
+ bool "RT2870 support"
+ depends on RTUSB_AP
+
+config RT3572_AP
+ bool "RT3572 support"
+ depends on RTUSB_AP
+
+config RT3573_AP
+ bool "RT3573 support"
+ depends on RTUSB_AP
+
+config RT5572_AP
+ bool "RT5572 support"
+ depends on RTUSB_AP
+ default y
+
+# ATE
+config RTUSB_AP_ATE
+ bool "ATE support"
+ depends on RTUSB_AP
+
+config RT2870_AP_ATE
+ bool "RT2870 ATE support"
+ depends on RTUSB_AP_ATE && RT2870_AP
+
+config RT3572_AP_ATE
+ bool "RT3572 ATE support"
+ depends on RTUSB_AP_ATE && RT3572_AP
+
+config RT5572_AP_ATE
+ bool "RT5572 ATE support"
+ depends on RTUSB_AP_ATE && RT5572_AP
+ default y
+
+# QA
+config RTUSB_AP_QA
+ bool "QA tool support"
+ depends on RTUSB_AP_ATE
+ default y
+
+config RTUSB_AP_WAPI
+ bool "WAPI support"
+ depends on RTUSB_AP
+
+# Platform specific
+config RT5572_AP_WDS
+ bool
+ depends on RTUSB_WDS
+ default y