diff options
author | Roman Yeryomin <roman@advem.lv> | 2013-05-17 20:40:24 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2013-05-17 20:40:24 +0300 |
commit | e6d87036412b952cb083eff2dc716aee97a771f2 (patch) | |
tree | 273dd3daaa85553832d3cc6d48276229dc7fbe09 /target/linux/realtek/files/drivers/net/wireless/rtl8192e/Kconfig | |
parent | a18fec42221baa52fff4c5ffd45ec8f32e3add36 (diff) |
Move to rsdk 3.2.4. Compiles cleanly.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/files/drivers/net/wireless/rtl8192e/Kconfig')
-rw-r--r-- | target/linux/realtek/files/drivers/net/wireless/rtl8192e/Kconfig | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/target/linux/realtek/files/drivers/net/wireless/rtl8192e/Kconfig b/target/linux/realtek/files/drivers/net/wireless/rtl8192e/Kconfig new file mode 100644 index 000000000..062c1a3a1 --- /dev/null +++ b/target/linux/realtek/files/drivers/net/wireless/rtl8192e/Kconfig @@ -0,0 +1,76 @@ +# +# Wireless LAN device configuration +# +config RTL8192E + tristate "RTL8192E, RTL8881A support" + depends on !RTL8192CD + +config WLAN_HAL_8192EE + bool "Realtek 8192E wireless support" + select WLAN_HAL + select WLAN_HAL_88XX + depends on RTL8192E + default n + +config RTL8190_PRIV_SKB + bool "Private skb buffer management" + depends on RTL8192E + default y + +config HIGH_POWER_EXT_PA + bool "Enable external high power PA" + depends on RTL8192E + default n + +config RTL_VAP_SUPPORT + bool "Virtual AP Support" + depends on RTL8192E + default y + +config RTL_CLIENT_MODE_SUPPORT + bool "Client Mode Support" + depends on RTL8192E + default y + +config RTL_REPEATER_MODE_SUPPORT + bool "Repeater Mode support" + depends on RTL8192E && RTL_CLIENT_MODE_SUPPORT + default y + +config RTL_802_1X_CLIENT_SUPPORT + bool "Client Mode 802.1x Support" + depends on RTL8192E && RTL_CLIENT_MODE_SUPPORT + default n + +config RTL_SUPPORT_MULTI_PROFILE + bool "Multiple AP profile Support" + depends on RTL8192E && RTL_CLIENT_MODE_SUPPORT + default y + +config RTL_WDS_SUPPORT + bool "WDS Support" + depends on RTL8192E + default y + +config PHY_EAT_40MHZ + bool "Clock Source, Select is 40MHz, otherwise 25MHz" + depends on RTL8192E && !AUTO_PCIE_PHY_SCAN + default y + +# +# Hidden options +# + + +config RTL_ODM_WLAN_DRIVER + bool + +config WLAN_HAL + bool + select RTL_ODM_WLAN_DRIVER if WLAN_HAL + +config WLAN_HAL_88XX + bool + depends on WLAN_HAL + + |