User's Manual
5
configuration by yourself. See the following table for the autoconf file you should
modify for a specific chip type:
5.
Integrating Driver Source into Linux Kernel Tree
This paragraph is for integrating our driver source into Linux kernel tree and
building system. If you have no need to do this, simply skip this paragraph.
For compound release driver source, make_drv should be execute to select chip
type for the driver source. Please refer to:
“
3. Selecting Chip Type with make_drv Script (for compound release)
”
.
For different chip types, we have different suggestions for <compile_flag> and
<folder_name> to use for the integration process:
Assuming the driver source is for RTL8192CU-series, to integrate driver source
into kernel building system, go through the following steps:
1). Copy the driver source folder into drivers/net/wireless/ and rename it as
<folder_name>, rtl8192cu.
Chip type Autoconf file to modify
RTL8192CU-series autoconf_rtl8192c_usb_linux.h
RTL8192CE-series autoconf_rtl8192c_pci_linux.h
RTL8192DU-series autoconf_rtl8192d_usb_linux.h
RTL8192DE-series autoconf_rtl8192d_pci_linux.h
RTL8723AS-series autoconf_rtl8723a_sdio_linux.h
RTL8723AU-series autoconf_rtl8723a_usb_linux.h
RTL8189ES-series autoconf_rtl8189e_sdio_linux.h
RTL8188EU-series autoconf_rtl8188e_usb_linux.h
Chip type <compile_flag> <folder_name>
RTL8192CU-series CONFIG_RTL8192CU rtl8192cu
RTL8192CE-series CONFIG_RTL8192CE rtl8192du
RTL8192DU-series CONFIG_RTL8192DU rtl8192du
RTL8192DE-series CONFIG_RTL8192DE rtl8192de
RTL8723AS-series CONFIG_RTL8723AS rtl8723as
RTL8723AU-series CONFIG_RTL8723AU rtl8723au
RTL8189ES-series CONFIG_RTL8189ES rtl8189es
RTL8188EU-series CONFIG_RTL8188EU rtl8188eu








