Skip to content

Commit

Permalink
config: enable memory group
Browse files Browse the repository at this point in the history
Required for optimal functionality of ZRAM
http://source.android.com/devices/low-ram.html

Change-Id: Ic77c0766b32dc4588124a8d97e208c96d6125622
  • Loading branch information
klusark committed Nov 19, 2013
1 parent e0cd7c3 commit 0b8dd63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions arch/arm/configs/crespo_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated make config: don't edit
# Linux/arm 3.0.100 Kernel Configuration
# Linux/arm 3.0.101 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_HAVE_PWM=y
Expand Down Expand Up @@ -88,13 +88,16 @@ CONFIG_CGROUP_FREEZER=y
# CONFIG_CPUSETS is not set
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
# CONFIG_CGROUP_MEM_RES_CTLR is not set
CONFIG_CGROUP_MEM_RES_CTLR=y
CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y
# CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_RT_GROUP_SCHED=y
# CONFIG_BLK_CGROUP is not set
# CONFIG_NAMESPACES is not set
# CONFIG_SCHED_AUTOGROUP is not set
CONFIG_MM_OWNER=y
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
Expand Down

0 comments on commit 0b8dd63

Please sign in to comment.