summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-14 11:30:56 +0000
committerMike Frysinger <vapier@gentoo.org>2009-03-14 11:30:56 +0000
commit8f5908bf992da8694bd32705404627ee107046a6 (patch)
tree8cf529fdead4bd988892d1b8a2a8af204d604a60 /extra
parent9538c47d48bfc6b2f7b28e8da50ea3a706f9cd12 (diff)
default linux-2.4 module support to off for Blackfin targets
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 1e4fae13b..6c3703934 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -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"