diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-28 11:57:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-30 18:43:55 +0200 |
commit | 6884573b944c79b7d0049334eaa78dae2692b874 (patch) | |
tree | a13b633812fa6d4ce66c089ee7493fd9b711073f /extra/Configs/Config.in | |
parent | 15186b99774df74cf8ab02acd1a3f0ffd4c54ca1 (diff) |
remove linux kernel 2.4 modules support
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c5e54e19d..c8a7497c9 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1005,16 +1005,6 @@ config UCLIBC_LINUX_MODULE_26 Say N if you do not use kernel modules. -config UCLIBC_LINUX_MODULE_24 - 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. - - Say N if you do not use kernel modules, or you only support - Linux 2.6+. - config UCLIBC_LINUX_SPECIFIC bool "Linux specific functions" default y |