summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/drivers/net/wireless/rtl8192cd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/realtek/files/drivers/net/wireless/rtl8192cd/Kconfig')
-rw-r--r--target/linux/realtek/files/drivers/net/wireless/rtl8192cd/Kconfig133
1 files changed, 133 insertions, 0 deletions
diff --git a/target/linux/realtek/files/drivers/net/wireless/rtl8192cd/Kconfig b/target/linux/realtek/files/drivers/net/wireless/rtl8192cd/Kconfig
new file mode 100644
index 000000000..d1cf7575b
--- /dev/null
+++ b/target/linux/realtek/files/drivers/net/wireless/rtl8192cd/Kconfig
@@ -0,0 +1,133 @@
+#
+# Wireless LAN device configuration
+#
+config RTL8192CD
+ tristate "RTL8192C/D 802.11b/g/n support"
+
+config RTL_92C_SUPPORT
+ bool "Realtek 8192C wireless support "
+ depends on RTL8192CD && !RTL_92D_SUPPORT
+ default y
+
+config RTL_HOSTAPD_SUPPORT
+ bool "Realtek hostapd support"
+ depends on RTL8192CD && RTL_92C_SUPPORT
+ default n
+
+config HIGH_POWER_EXT_PA
+ bool "Enable external high power PA"
+ depends on RTL8192CD
+ default n
+
+config HIGH_POWER_EXT_LNA
+ bool "Enable external LNA"
+ depends on RTL8192CD && RTL_92C_SUPPORT && !RTL_DUAL_PCIESLOT_BIWLAN_D
+ default n
+
+config ANT_SWITCH
+ bool "Enable Antenna Diversity"
+ depends on RTL8192CD && RTL_92C_SUPPORT && !RTL_DUAL_PCIESLOT_BIWLAN_D
+ default n
+
+config RTL_DUAL_PCIESLOT_BIWLAN
+ bool "Enable both of the 2 pcie slot for bi-8192C support"
+ depends on RTL8192CD && RTL_8198 && !RTL_92D_SUPPORT
+ default n
+
+config RTL_92D_SUPPORT
+ bool "Realtek 8192D wireless support "
+ depends on RTL8192CD
+ default n
+
+config PCIE_POWER_SAVING
+ bool "Enable PCIE power saving support"
+ depends on RTL8192CD && !RTL_DUAL_PCIESLOT_BIWLAN_D
+ default y
+
+config RTL_92D_DMDP
+ bool "RTL8192D dual-MAC-dual-PHY mode"
+ depends on RTL8192CD && RTL_92D_SUPPORT && !RTL_DUAL_PCIESLOT_BIWLAN_D
+ default y
+
+config USB_POWER_BUS
+ bool "Use USB Power"
+ depends on RTL8192CD && RTL_92D_SUPPORT && !RTL_92C_SUPPORT
+ default n
+
+config RTL_DFS_SUPPORT
+ bool "DFS Support"
+ depends on RTL8192CD && RTL_92D_SUPPORT
+ default n
+
+config RTL_DUAL_PCIESLOT_BIWLAN_D
+ bool "Support Dual card:92C+92D"
+ select RTL_92C_SUPPORT
+ select RTL_92D_SUPPORT
+ default n
+
+config RTL8190_PRIV_SKB
+ bool "Private skb buffer management"
+ depends on RTL8192CD
+ default y
+
+config RTL_VAP_SUPPORT
+ bool "Virtual AP Support"
+ depends on RTL8192CD
+ default y
+
+config RTL_CLIENT_MODE_SUPPORT
+ bool "Client Mode Support"
+ depends on RTL8192CD
+ default y
+
+config RTL_REPEATER_MODE_SUPPORT
+ bool "Repeater Mode support"
+ depends on RTL8192CD && RTL_CLIENT_MODE_SUPPORT
+ default y
+
+config RTL_802_1X_CLIENT_SUPPORT
+ bool "Client Mode 802.1x Support"
+ depends on RTL8192CD && RTL_CLIENT_MODE_SUPPORT
+ default n
+
+config RTL_WDS_SUPPORT
+ bool "WDS Support"
+ depends on RTL8192CD
+ default y
+config ENABLE_EFUSE
+ bool "Efuse Support"
+ depends on RTL8192CD
+ default n
+config RTL_WAPI_SUPPORT
+ bool "WAPI Support"
+ depends on RTL8192CD
+ default n
+config RTL_WAPI_LOCAL_AS_SUPPORT
+ bool "support local AS"
+ depends on RTL8192CD && RTL_WAPI_SUPPORT
+ default n
+config RTL_COMAPI_CFGFILE
+ bool "Config File support"
+ depends on RTL8192CD
+ default n
+config RTL_COMAPI_WLTOOLS
+ bool "Wireless Tools v29 support"
+ depends on RTL8192CD
+ default n
+
+config WIRELESS_LAN_MODULE
+ bool
+ default y if RTL8192CD=m
+
+config RTL_WPS2_SUPPORT
+ bool "Realtek wps2.0 support "
+ default y
+
+config PHY_EAT_40MHZ
+ bool "Clock Source, Select is 40MHz, otherwise 25MHz"
+ default y
+
+config TXPWR_LMT
+ bool "Band Edge Limit support"
+ depends on RTL8192CD && RTL_92D_SUPPORT
+ default n