aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2013-02-12 17:09:02 -0500
committerJohn W. Linville <linville@tuxdriver.com>2013-02-14 14:24:06 -0500
commit06e7cda3ce30dadc3454539127b4cfc3888c349e (patch)
treece1cceb45dc337304c18222fca1d197d08e4b490 /drivers/net/wireless/rtlwifi
parent68eed6ee4c70fdf71cbacf9af43a861cd7a237fb (diff)
rtlwifi: Rework Kconfig
As the number of drivers in the rtlwifi family has grown, the Kconfig section for them has grown unwieldy. This change has two effects: (1) Variable RTLWIFI_DEBUG is documented, and (2) the entries for the drivers that depend on RTLWIFI are indented. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi')
-rw-r--r--drivers/net/wireless/rtlwifi/Kconfig50
1 files changed, 25 insertions, 25 deletions
diff --git a/drivers/net/wireless/rtlwifi/Kconfig b/drivers/net/wireless/rtlwifi/Kconfig
index b80bc4612581..b6aa0c40658f 100644
--- a/drivers/net/wireless/rtlwifi/Kconfig
+++ b/drivers/net/wireless/rtlwifi/Kconfig
@@ -1,8 +1,26 @@
1config RTLWIFI
2 tristate "Realtek wireless card support"
3 depends on MAC80211
4 select FW_LOADER
5 ---help---
6 This is common code for RTL8192CE/RTL8192CU/RTL8192SE/RTL8723AE
7 drivers. This module does nothing by itself - the various front-end
8 drivers need to be enabled to support any desired devices.
9
10 If you choose to build as a module, it'll be called rtlwifi.
11
12config RTLWIFI_DEBUG
13 bool "Debugging output for rtlwifi driver family"
14 depends on RTLWIFI
15 default y
16 ---help---
17 To use the module option that sets the dynamic-debugging level for,
18 the front-end driver, this parameter must be "Y". For memory-limited
19 systems, choose "N". If in doubt, choose "Y".
20
1config RTL8192CE 21config RTL8192CE
2 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" 22 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
3 depends on MAC80211 && PCI 23 depends on RTLWIFI && PCI
4 select FW_LOADER
5 select RTLWIFI
6 select RTL8192C_COMMON 24 select RTL8192C_COMMON
7 ---help--- 25 ---help---
8 This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe 26 This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
@@ -12,9 +30,7 @@ config RTL8192CE
12 30
13config RTL8192SE 31config RTL8192SE
14 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" 32 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
15 depends on MAC80211 && PCI 33 depends on RTLWIFI && PCI
16 select FW_LOADER
17 select RTLWIFI
18 ---help--- 34 ---help---
19 This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe 35 This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
20 wireless network adapters. 36 wireless network adapters.
@@ -23,9 +39,7 @@ config RTL8192SE
23 39
24config RTL8192DE 40config RTL8192DE
25 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" 41 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
26 depends on MAC80211 && PCI 42 depends on RTLWIFI && PCI
27 select FW_LOADER
28 select RTLWIFI
29 ---help--- 43 ---help---
30 This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe 44 This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
31 wireless network adapters. 45 wireless network adapters.
@@ -34,9 +48,7 @@ config RTL8192DE
34 48
35config RTL8723AE 49config RTL8723AE
36 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter" 50 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
37 depends on MAC80211 && PCI && EXPERIMENTAL 51 depends on RTLWIFI && PCI
38 select FW_LOADER
39 select RTLWIFI
40 ---help--- 52 ---help---
41 This is the driver for Realtek RTL8723AE 802.11n PCIe 53 This is the driver for Realtek RTL8723AE 802.11n PCIe
42 wireless network adapters. 54 wireless network adapters.
@@ -45,9 +57,7 @@ config RTL8723AE
45 57
46config RTL8192CU 58config RTL8192CU
47 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" 59 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
48 depends on MAC80211 && USB 60 depends on RTLWIFI && USB
49 select FW_LOADER
50 select RTLWIFI
51 select RTL8192C_COMMON 61 select RTL8192C_COMMON
52 ---help--- 62 ---help---
53 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB 63 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
@@ -55,16 +65,6 @@ config RTL8192CU
55 65
56 If you choose to build it as a module, it will be called rtl8192cu 66 If you choose to build it as a module, it will be called rtl8192cu
57 67
58config RTLWIFI
59 tristate
60 depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE || RTL8723AE
61 default m
62
63config RTLWIFI_DEBUG
64 bool "Additional debugging output"
65 depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE || RTL8723AE
66 default y
67
68config RTL8192C_COMMON 68config RTL8192C_COMMON
69 tristate 69 tristate
70 depends on RTL8192CE || RTL8192CU 70 depends on RTL8192CE || RTL8192CU