可以参考我之前的帖子: viewtopic.php?f=17&t=4068
(linux-2.6.24 可以根据具体情况修改)
- 代码: 全选
--- linux-2.6.34/init/Kconfig.orig 2010-07-15 17:00:48.000000000 +0800
+++ linux-2.6.34/init/Kconfig 2010-07-15 17:02:21.000000000 +0800
@@ -1133,6 +1133,19 @@
See Documentation/slow-work.txt.
+config UNIFIED_KERNEL
+ bool "Longene support"
+ default y
+ select EMBEDDED
+ select KALLSYMS
+ select KALLSYMS_EXTRA_PASS
+ select COMPAT_BRK
+ select NLS_CODEPAGE_936
+ ---help---
+ Say Y if you want to unified kernel module support
+
+ See http://www.longene.org/ for detail.
+
endmenu # General setup
config HAVE_GENERIC_DMA_COHERENT

