diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-23 22:02:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-23 22:04:03 +0100 |
commit | 71da71d92d57421fb3546986f68e854ae472cf1a (patch) | |
tree | 2d7bdbed1aa515928232a5947abd2b7e863b9412 /target/linux/config/Config.in.kernel | |
parent | 3863dc6122a090399e236326f29a1094e6a856e8 (diff) |
optimize for really small systems
Default to busybox hush for noMMU systems.
Add busybox profiles to choose a minimal busybox
config for noMMU systems.
Add gdb git from ysato for h8/300 simulator.
Change some kernel defaults to off to have a really
small kernel.
For bfin simulator the kernel+initramfs is smaller then
2MB in size.
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r-- | target/linux/config/Config.in.kernel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 3f5768fbc..1310f0fd4 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -204,6 +204,10 @@ config ADK_KERNEL_UEVENT_HELPER_PATH default "/sbin/mdev" depends on ADK_RUNTIME_DEV_MDEV +config ADK_KERNEL_BINFMT_ELF + bool + default y if ADK_TARGET_BINFMT_ELF + config ADK_KERNEL_BINFMT_ELF_FDPIC bool default y if ADK_TARGET_BINFMT_FDPIC |