|
@@ -930,9 +930,18 @@ config UCLIBC_GRP_BUFFER_SIZE
|
|
|
|
|
|
comment "Support various families of functions"
|
|
|
|
|
|
+config UCLIBC_LINUX_MODULE_26
|
|
|
+ bool "Linux kernel module functions (2.6)"
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ delete_module, init_module
|
|
|
+ are used in linux for loadable kernel modules.
|
|
|
+
|
|
|
+ Say N if you do not use kernel modules.
|
|
|
+
|
|
|
config UCLIBC_LINUX_MODULE_24
|
|
|
- bool "Linux kernel module functions"
|
|
|
- default !(TARGET_bfin)
|
|
|
+ bool "Linux kernel module functions (<2.6)"
|
|
|
+ depends on !TARGET_bfin && !TARGET_c6x
|
|
|
help
|
|
|
create_module, query_module
|
|
|
are used in linux (prior to 2.6) for loadable kernel modules.
|