This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

am335x WL1807如何移植linux3.2?

Other Parts Discussed in Thread: AM3352

am3352的开发板,linux-04.06.00.07 的内核,如何驱动wl1807.我们参考了http://processors.wiki.ti.com/index.php/WL18xx_AMxxx_Platform_Integration_Guide#Kernel_Integration_with_SDK_8.x_Linux_3.14 里面Kernel Integration with SDK 6.0 Linux 3.2部分,下载了补丁包,补丁包内核是

--- a/board-support/linux-3.2.0-psp04.06.00.11/arch/arm/configs/tisdk_am335x-evm_defconfig 2013-06-25 22:39:06.000000000 +0100
+++ b/board-support/linux-3.2.0-psp04.06.00.11/arch/arm/configs/tisdk_am335x-evm_defconfig 2014-07-18 16:14:28.740413384 +0100
@@ -2813,3 +2813,6 @@ CONFIG_HAS_DMA=y                                 
 CONFIG_NLATTR=y
 CONFIG_AVERAGE=y
 # CONFIG_CORDIC is not set
+
+#add for R8.4 WL8 build
+CONFIG_CRYPTO_CCM=y

看不懂怎么用这个补丁包啊