summaryrefslogtreecommitdiff
path: root/target/linux/kernel.config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-10 11:45:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-10 11:45:41 +0100
commit5c8e7688ee2b75354ca820778a9b5cc74f1ce934 (patch)
tree988006388d16be9c0f13f53555796329ce0cac3e /target/linux/kernel.config
parent0f64c10d29d21b8e39050df345435c76dd700043 (diff)
use SLOB allocator for embedded systems
Diffstat (limited to 'target/linux/kernel.config')
-rw-r--r--target/linux/kernel.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kernel.config b/target/linux/kernel.config
index 26205a842..240ec9bf1 100644
--- a/target/linux/kernel.config
+++ b/target/linux/kernel.config
@@ -7,6 +7,7 @@ CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
+CONFIG_SLOB=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y