Commit 06e7cda3 authored by Larry Finger's avatar Larry Finger Committed by John W. Linville

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 68eed6ee
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".
config RTL8192CE config RTL8192CE
tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
depends on MAC80211 && PCI depends on RTLWIFI && PCI
select FW_LOADER
select RTLWIFI
select RTL8192C_COMMON select RTL8192C_COMMON
---help--- ---help---
This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
...@@ -12,9 +30,7 @@ config RTL8192CE ...@@ -12,9 +30,7 @@ config RTL8192CE
config RTL8192SE config RTL8192SE
tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
depends on MAC80211 && PCI depends on RTLWIFI && PCI
select FW_LOADER
select RTLWIFI
---help--- ---help---
This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
wireless network adapters. wireless network adapters.
...@@ -23,9 +39,7 @@ config RTL8192SE ...@@ -23,9 +39,7 @@ config RTL8192SE
config RTL8192DE config RTL8192DE
tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
depends on MAC80211 && PCI depends on RTLWIFI && PCI
select FW_LOADER
select RTLWIFI
---help--- ---help---
This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
wireless network adapters. wireless network adapters.
...@@ -34,9 +48,7 @@ config RTL8192DE ...@@ -34,9 +48,7 @@ config RTL8192DE
config RTL8723AE config RTL8723AE
tristate "Realtek RTL8723AE PCIe Wireless Network Adapter" tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
depends on MAC80211 && PCI && EXPERIMENTAL depends on RTLWIFI && PCI
select FW_LOADER
select RTLWIFI
---help--- ---help---
This is the driver for Realtek RTL8723AE 802.11n PCIe This is the driver for Realtek RTL8723AE 802.11n PCIe
wireless network adapters. wireless network adapters.
...@@ -45,9 +57,7 @@ config RTL8723AE ...@@ -45,9 +57,7 @@ config RTL8723AE
config RTL8192CU config RTL8192CU
tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
depends on MAC80211 && USB depends on RTLWIFI && USB
select FW_LOADER
select RTLWIFI
select RTL8192C_COMMON select RTL8192C_COMMON
---help--- ---help---
This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
...@@ -55,16 +65,6 @@ config RTL8192CU ...@@ -55,16 +65,6 @@ config RTL8192CU
If you choose to build it as a module, it will be called rtl8192cu If you choose to build it as a module, it will be called rtl8192cu
config RTLWIFI
tristate
depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE || RTL8723AE
default m
config RTLWIFI_DEBUG
bool "Additional debugging output"
depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE || RTL8723AE
default y
config RTL8192C_COMMON config RTL8192C_COMMON
tristate tristate
depends on RTL8192CE || RTL8192CU depends on RTL8192CE || RTL8192CU
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment