mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
rtlwifi: rtl8188ee: Enable build of new driver
These changes enable building the new driver. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: jcheung@suse.com Cc: machen@suse.com Cc: mmarek@suse.cz Cc: zhiyuan_yang@realsil.com.cn Cc: page_he@realsil.com.cn Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
5c69177df4
commit
8b138d4898
@@ -55,6 +55,15 @@ config RTL8723AE
|
|||||||
|
|
||||||
If you choose to build it as a module, it will be called rtl8723ae
|
If you choose to build it as a module, it will be called rtl8723ae
|
||||||
|
|
||||||
|
config RTL8188EE
|
||||||
|
tristate "Realtek RTL8188EE Wireless Network Adapter"
|
||||||
|
depends on RTLWIFI && PCI
|
||||||
|
---help---
|
||||||
|
This is the driver for Realtek RTL8188EE 802.11n PCIe
|
||||||
|
wireless network adapters.
|
||||||
|
|
||||||
|
If you choose to build it as a module, it will be called rtl8188ee
|
||||||
|
|
||||||
config RTL8192CU
|
config RTL8192CU
|
||||||
tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
|
tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
|
||||||
depends on RTLWIFI && USB
|
depends on RTLWIFI && USB
|
||||||
|
|||||||
@@ -26,5 +26,6 @@ obj-$(CONFIG_RTL8192CU) += rtl8192cu/
|
|||||||
obj-$(CONFIG_RTL8192SE) += rtl8192se/
|
obj-$(CONFIG_RTL8192SE) += rtl8192se/
|
||||||
obj-$(CONFIG_RTL8192DE) += rtl8192de/
|
obj-$(CONFIG_RTL8192DE) += rtl8192de/
|
||||||
obj-$(CONFIG_RTL8723AE) += rtl8723ae/
|
obj-$(CONFIG_RTL8723AE) += rtl8723ae/
|
||||||
|
obj-$(CONFIG_RTL8188EE) += rtl8188ee/
|
||||||
|
|
||||||
ccflags-y += -D__CHECK_ENDIAN__
|
ccflags-y += -D__CHECK_ENDIAN__
|
||||||
|
|||||||
16
drivers/net/wireless/rtlwifi/rtl8188ee/Makefile
Normal file
16
drivers/net/wireless/rtlwifi/rtl8188ee/Makefile
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
rtl8188ee-objs := \
|
||||||
|
dm.o \
|
||||||
|
fw.o \
|
||||||
|
hw.o \
|
||||||
|
led.o \
|
||||||
|
phy.o \
|
||||||
|
pwrseq.o \
|
||||||
|
pwrseqcmd.o \
|
||||||
|
rf.o \
|
||||||
|
sw.o \
|
||||||
|
table.o \
|
||||||
|
trx.o
|
||||||
|
|
||||||
|
obj-$(CONFIG_RTL8188EE) += rtl8188ee.o
|
||||||
|
|
||||||
|
ccflags-y += -I drivers/net/wireless/rtlwifi -D__CHECK_ENDIAN__
|
||||||
Reference in New Issue
Block a user