diff options
Diffstat (limited to 'drivers/net/wireless/rtlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/rtlwifi/Kconfig | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtlwifi/Kconfig b/drivers/net/wireless/rtlwifi/Kconfig new file mode 100644 index 000000000000..5aee8b22d74e --- /dev/null +++ b/drivers/net/wireless/rtlwifi/Kconfig | |||
@@ -0,0 +1,44 @@ | |||
1 | config RTL8192CE | ||
2 | tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" | ||
3 | depends on MAC80211 && PCI && EXPERIMENTAL | ||
4 | select FW_LOADER | ||
5 | select RTLWIFI | ||
6 | select RTL8192C_COMMON | ||
7 | ---help--- | ||
8 | This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe | ||
9 | wireless network adapters. | ||
10 | |||
11 | If you choose to build it as a module, it will be called rtl8192ce | ||
12 | |||
13 | config RTL8192SE | ||
14 | tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" | ||
15 | depends on MAC80211 && EXPERIMENTAL | ||
16 | select FW_LOADER | ||
17 | select RTLWIFI | ||
18 | ---help--- | ||
19 | This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe | ||
20 | wireless network adapters. | ||
21 | |||
22 | If you choose to build it as a module, it will be called rtl8192se | ||
23 | |||
24 | config RTL8192CU | ||
25 | tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" | ||
26 | depends on MAC80211 && USB && EXPERIMENTAL | ||
27 | select FW_LOADER | ||
28 | select RTLWIFI | ||
29 | select RTL8192C_COMMON | ||
30 | ---help--- | ||
31 | This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB | ||
32 | wireless network adapters. | ||
33 | |||
34 | If you choose to build it as a module, it will be called rtl8192cu | ||
35 | |||
36 | config RTLWIFI | ||
37 | tristate | ||
38 | depends on RTL8192CE || RTL8192CU || RTL8192SE | ||
39 | default m | ||
40 | |||
41 | config RTL8192C_COMMON | ||
42 | tristate | ||
43 | depends on RTL8192CE || RTL8192CU || RTL8192SE | ||
44 | default m | ||