From d36bc81bb4432f78ce5b332780df2a33e56a678c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 31 Oct 2011 23:13:09 +0100 Subject: stubs: handle linux module functions Signed-off-by: Bernhard Reutner-Fischer --- extra/Configs/Config.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index a4398cb97..e44ac4631 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -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. -- cgit v1.2.3