diff options
Diffstat (limited to 'drivers/net/wireless/rtlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/rtlwifi/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/drivers/net/wireless/rtlwifi/Kconfig b/drivers/net/wireless/rtlwifi/Kconfig index ce49e0ce7cad..5aee8b22d74e 100644 --- a/drivers/net/wireless/rtlwifi/Kconfig +++ b/drivers/net/wireless/rtlwifi/Kconfig | |||
@@ -10,6 +10,17 @@ config RTL8192CE | |||
10 | 10 | ||
11 | If you choose to build it as a module, it will be called rtl8192ce | 11 | If you choose to build it as a module, it will be called rtl8192ce |
12 | 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 | |||
13 | config RTL8192CU | 24 | config RTL8192CU |
14 | tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" | 25 | tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" |
15 | depends on MAC80211 && USB && EXPERIMENTAL | 26 | depends on MAC80211 && USB && EXPERIMENTAL |
@@ -24,10 +35,10 @@ config RTL8192CU | |||
24 | 35 | ||
25 | config RTLWIFI | 36 | config RTLWIFI |
26 | tristate | 37 | tristate |
27 | depends on RTL8192CE || RTL8192CU | 38 | depends on RTL8192CE || RTL8192CU || RTL8192SE |
28 | default m | 39 | default m |
29 | 40 | ||
30 | config RTL8192C_COMMON | 41 | config RTL8192C_COMMON |
31 | tristate | 42 | tristate |
32 | depends on RTL8192CE || RTL8192CU | 43 | depends on RTL8192CE || RTL8192CU || RTL8192SE |
33 | default m | 44 | default m |