diff options
author | Chaoming Li <chaoming_li@realsil.com.cn> | 2011-06-10 16:12:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-27 15:09:38 -0400 |
commit | f9fc51365d0cf66d1f95f47618566f27177ecbbc (patch) | |
tree | 4c54042bc3176be85c0143204ae9e4c71f07b434 /drivers/net/wireless/rtlwifi/Kconfig | |
parent | f34317db363636b50750d39e8a75873d4ee64cfa (diff) |
rtlwifi: rtl8192de: Modify Kconfig and Makefile routines for new driver
Set up Kconfig and Makefile for new driver for RTL8192DE.
Signed-off-by: Chaoming_Li <chaoming_li@realsil.com.cn>
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/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 5aee8b22d74..45e14760c16 100644 --- a/drivers/net/wireless/rtlwifi/Kconfig +++ b/drivers/net/wireless/rtlwifi/Kconfig | |||
@@ -21,6 +21,17 @@ config RTL8192SE | |||
21 | 21 | ||
22 | If you choose to build it as a module, it will be called rtl8192se | 22 | If you choose to build it as a module, it will be called rtl8192se |
23 | 23 | ||
24 | config RTL8192DE | ||
25 | tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" | ||
26 | depends on MAC80211 && EXPERIMENTAL | ||
27 | select FW_LOADER | ||
28 | select RTLWIFI | ||
29 | ---help--- | ||
30 | This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe | ||
31 | wireless network adapters. | ||
32 | |||
33 | If you choose to build it as a module, it will be called rtl8192de | ||
34 | |||
24 | config RTL8192CU | 35 | config RTL8192CU |
25 | tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" | 36 | tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" |
26 | depends on MAC80211 && USB && EXPERIMENTAL | 37 | depends on MAC80211 && USB && EXPERIMENTAL |
@@ -35,10 +46,10 @@ config RTL8192CU | |||
35 | 46 | ||
36 | config RTLWIFI | 47 | config RTLWIFI |
37 | tristate | 48 | tristate |
38 | depends on RTL8192CE || RTL8192CU || RTL8192SE | 49 | depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE |
39 | default m | 50 | default m |
40 | 51 | ||
41 | config RTL8192C_COMMON | 52 | config RTL8192C_COMMON |
42 | tristate | 53 | tristate |
43 | depends on RTL8192CE || RTL8192CU || RTL8192SE | 54 | depends on RTL8192CE || RTL8192CU |
44 | default m | 55 | default m |