config: enable cgroup freezer
[openwrt/staging/luka.git] / config / Config-kernel.in
index a4a45b4048c86c41b651c8e12ba9eadcc8c53b20..53bdc26eef574ea625164ec097911b9d049c0a27 100644 (file)
@@ -10,7 +10,7 @@ config KERNEL_PRINTK
 
 config KERNEL_CRASHLOG
        bool "Crash logging"
-       depends on !(arm || powerpc || sparc)
+       depends on !(arm || powerpc || sparc || TARGET_uml)
        default y
 
 config KERNEL_SWAP
@@ -186,7 +186,7 @@ if KERNEL_CGROUPS
 
        config KERNEL_CGROUP_FREEZER
                bool "Freezer cgroup subsystem"
-               default n
+               default y
                help
                  Provides a way to freeze and unfreeze all tasks in a
                  cgroup.