OSDN Git Service

default linux-2.4 module support to off for Blackfin targets
authorMike Frysinger <vapier@gentoo.org>
Sat, 14 Mar 2009 11:30:56 +0000 (11:30 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 14 Mar 2009 11:30:56 +0000 (11:30 -0000)
extra/Configs/Config.in

index 1e4fae1..6c37039 100644 (file)
@@ -790,12 +790,13 @@ comment "Support various families of functions"
 
 config UCLIBC_LINUX_MODULE_24
        bool "Linux kernel module functions"
-       default y
+       default !(TARGET_bfin)
        help
          create_module, query_module
          are used in linux (prior to 2.6) for loadable kernel modules.
 
-         Say N if you do not use kernel modules.
+         Say N if you do not use kernel modules, or you only support
+         Linux 2.6+.
 
 config UCLIBC_LINUX_SPECIFIC
        bool "Linux specific functions"