diff options
Diffstat (limited to 'drivers/net/wireless/rtlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/rtlwifi/Kconfig | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/drivers/net/wireless/rtlwifi/Kconfig b/drivers/net/wireless/rtlwifi/Kconfig index 7f6573f7f470..86f8d4d64037 100644 --- a/drivers/net/wireless/rtlwifi/Kconfig +++ b/drivers/net/wireless/rtlwifi/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config RTL8192CE | 1 | config RTL8192CE |
2 | tristate "Realtek RTL8192CE/RTL8188SE Wireless Network Adapter" | 2 | tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" |
3 | depends on MAC80211 && EXPERIMENTAL | 3 | depends on MAC80211 && PCI && EXPERIMENTAL |
4 | select FW_LOADER | 4 | select FW_LOADER |
5 | select RTLWIFI | 5 | select RTLWIFI |
6 | ---help--- | 6 | ---help--- |
@@ -9,7 +9,18 @@ config RTL8192CE | |||
9 | 9 | ||
10 | If you choose to build it as a module, it will be called rtl8192ce | 10 | If you choose to build it as a module, it will be called rtl8192ce |
11 | 11 | ||
12 | config RTL8192CU | ||
13 | tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" | ||
14 | depends on MAC80211 && USB && EXPERIMENTAL | ||
15 | select FW_LOADER | ||
16 | select RTLWIFI | ||
17 | ---help--- | ||
18 | This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB | ||
19 | wireless network adapters. | ||
20 | |||
21 | If you choose to build it as a module, it will be called rtl8192cu | ||
22 | |||
12 | config RTLWIFI | 23 | config RTLWIFI |
13 | tristate | 24 | tristate |
14 | depends on RTL8192CE | 25 | depends on RTL8192CE || RTL8192CU |
15 | default m | 26 | default m |