diff options
author | Sekhar Nori <nsekhar@ti.com> | 2013-03-04 15:24:21 +0530 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-03-19 15:30:37 +0530 |
commit | ab70db5b81ac25691a5e040168fe4ea7fae7f39d (patch) | |
tree | 0d557e6de389e38a54e75d6a628adccea4b04f85 /arch/arm/configs/da8xx_omapl_defconfig | |
parent | a937536b868b8369b98967929045f1df54234323 (diff) |
ARM: davinci: defconfig: enable CGROUPS
Newer filesystems like Fedora-18 don't support kernels where
cgroups is not enabled.
Enable it in defconfig so users don't have to enable
it themselves.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/configs/da8xx_omapl_defconfig')
-rw-r--r-- | arch/arm/configs/da8xx_omapl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/da8xx_omapl_defconfig b/arch/arm/configs/da8xx_omapl_defconfig index 9aaad36a1728..7c868139bdb0 100644 --- a/arch/arm/configs/da8xx_omapl_defconfig +++ b/arch/arm/configs/da8xx_omapl_defconfig @@ -5,6 +5,7 @@ CONFIG_POSIX_MQUEUE=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=14 +CONFIG_CGROUPS=y CONFIG_BLK_DEV_INITRD=y CONFIG_EXPERT=y CONFIG_MODULES=y |