summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/drivers/net/wireless/rtl8192e/Kconfig
blob: 062c1a3a1ce671bd3bdebe357838d7e659a9fcaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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