瀏覽代碼

- default kernel-modules funcs to on.

Bernhard Reutner-Fischer 17 年之前
父節點
當前提交
f51a8f2c8e
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      extra/Configs/Config.in

+ 5 - 4
extra/Configs/Config.in

@@ -650,13 +650,14 @@ config UCLIBC_GRP_BUFFER_SIZE
 	  parameter.
 
 config UCLIBC_LINUX_MODULE_24
-	bool "linux <= 2.4 kernel module functions"
-	default n
+	bool "Linux kernel module functions"
+	default y
 	help
 	  init_module, create_module, query_module, delete_module
-	  are used in linux prior to 2.6 for loadable kernel modules.
+	  are used in linux (allegedly prior to 2.6) for loadable
+	  kernel modules.
 
-	  Say N unless you are using an old kernel and require module support.
+	  Say N if you do not use kernel modules.
 
 endmenu