diff options
author | Fathi Boudra <fabo@debian.org> | 2013-03-06 15:50:38 +0200 |
---|---|---|
committer | Jon Medhurst <tixy@linaro.org> | 2013-03-12 09:36:17 +0000 |
commit | 8b25dbc2e330d6fada15f223ba9fbed0d50fab80 (patch) | |
tree | d07554433358b00bb8a7718f8fd42c29a0981784 /linaro | |
parent | 92bb599fcc0fa3e78f1ad34a824c8407fcecacc9 (diff) | |
download | vexpress-lsk-8b25dbc2e330d6fada15f223ba9fbed0d50fab80.tar.gz |
ubuntu-minimal.conf: add CONFIG_CGROUPS and CONFIG_AUTOFS4_FS for systemd
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r-- | linaro/configs/ubuntu-minimal.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/ubuntu-minimal.conf b/linaro/configs/ubuntu-minimal.conf index 2c6a13eb46c..057ad013c28 100644 --- a/linaro/configs/ubuntu-minimal.conf +++ b/linaro/configs/ubuntu-minimal.conf @@ -1,4 +1,5 @@ # CONFIG_LOCALVERSION_AUTO is not set +CONFIG_CGROUPS=y # CONFIG_COMPAT_BRK is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 CONFIG_SECCOMP=y @@ -14,6 +15,7 @@ CONFIG_INPUT_MISC=y CONFIG_INPUT_UINPUT=y # CONFIG_DEVKMEM is not set CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_AUTOFS4_FS=y CONFIG_TMPFS_POSIX_ACL=y CONFIG_STRICT_DEVMEM=y CONFIG_SECURITY=y |