Kconfig 2.2 KB
Newer Older
L
Larry Finger 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
config RTLWIFI
	tristate "Realtek wireless card support"
	depends on MAC80211
	select FW_LOADER
	---help---
	  This is common code for RTL8192CE/RTL8192CU/RTL8192SE/RTL8723AE
	  drivers.  This module does nothing by itself - the various front-end
	  drivers need to be enabled to support any desired devices.

	  If you choose to build as a module, it'll be called rtlwifi.

config RTLWIFI_DEBUG
	bool "Debugging output for rtlwifi driver family"
	depends on RTLWIFI
	default y
	---help---
	To use the module option that sets the dynamic-debugging level for,
	the front-end driver, this parameter must be "Y". For memory-limited
	systems, choose "N". If in doubt, choose "Y".

L
Larry Finger 已提交
21
config RTL8192CE
22
	tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
L
Larry Finger 已提交
23
	depends on RTLWIFI && PCI
24
	select RTL8192C_COMMON
L
Larry Finger 已提交
25 26 27 28
	---help---
	This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
	wireless network adapters.

29
	If you choose to build it as a module, it will be called rtl8192ce
L
Larry Finger 已提交
30

31 32
config RTL8192SE
	tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
L
Larry Finger 已提交
33
	depends on RTLWIFI && PCI
34 35 36 37 38 39
	---help---
	This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
	wireless network adapters.

	If you choose to build it as a module, it will be called rtl8192se

40 41
config RTL8192DE
	tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
L
Larry Finger 已提交
42
	depends on RTLWIFI && PCI
43 44 45 46 47 48
	---help---
	This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
	wireless network adapters.

	If you choose to build it as a module, it will be called rtl8192de

49 50
config RTL8723AE
	tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
L
Larry Finger 已提交
51
	depends on RTLWIFI && PCI
52 53 54 55 56 57
	---help---
	This is the driver for Realtek RTL8723AE 802.11n PCIe
	wireless network adapters.

	If you choose to build it as a module, it will be called rtl8723ae

58 59
config RTL8192CU
	tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
L
Larry Finger 已提交
60
	depends on RTLWIFI && USB
61
	select RTL8192C_COMMON
62 63 64 65 66 67
	---help---
	This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
	wireless network adapters.

	If you choose to build it as a module, it will be called rtl8192cu

68 69
config RTL8192C_COMMON
	tristate
70
	depends on RTL8192CE || RTL8192CU
71
	default m