diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-11 05:54:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-16 04:00:51 +0100 |
commit | b5b81c118abe13cb6cf4cebc291b7105a7ccc3ea (patch) | |
tree | 5538df1414ea16f497ab0bf2788b6cac652993be /target/linux/config | |
parent | 61715dcc6f6f3558f1f50fb90bf900b613415f1e (diff) |
ltp: enable libaio and cgroups
Diffstat (limited to 'target/linux/config')
-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 3a650feaa..0535c36d7 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -312,6 +312,10 @@ config ADK_LINUX_KERNEL_WATCH_QUEUE bool "General notification queue" default n +config ADK_LINUX_KERNEL_CGROUPS + bool "Control group support" + default n + choice prompt "Page size" depends on ADK_TARGET_ARCH_MIPS64 |