diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2011-02-19 17:29:52 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-21 15:39:58 -0500 |
commit | 663dcc73675bd70ee11195ce832b1d1691f967d0 (patch) | |
tree | 9b432c983e786d9bd3ccd1b0cff3701940bff7cf /drivers/net/wireless/rtlwifi/Kconfig | |
parent | 29d00a3e46bb6b0743e79f4abc249d8c318e0a56 (diff) |
rtlwifi: Modify build system for rtl8192cu
Modify Kconfig and Makefile to build rtl8192cu.
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 | 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 |