diff options
author | Konstantin Khlebnikov | 2016-05-24 01:24:34 +0200 |
---|---|---|
committer | Linus Torvalds | 2016-05-24 02:04:14 +0200 |
commit | 7efb2a7b85f2d2a53ae50e35cf5df260dd5278b7 (patch) | |
tree | 567a717cb042dcd17dba8b943e910bd3795dee30 /arch/sh/configs/shx3_defconfig | |
parent | drivers/memstick/core/mspro_block: use kmemdup (diff) | |
download | kernel-qcow2-linux-7efb2a7b85f2d2a53ae50e35cf5df260dd5278b7.tar.gz kernel-qcow2-linux-7efb2a7b85f2d2a53ae50e35cf5df260dd5278b7.tar.xz kernel-qcow2-linux-7efb2a7b85f2d2a53ae50e35cf5df260dd5278b7.zip |
arch/defconfig: remove CONFIG_RESOURCE_COUNTERS
This option was replaced by PAGE_COUNTER which is selected by MEMCG.
Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Balbir Singh <bsingharora@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/sh/configs/shx3_defconfig')
-rw-r--r-- | arch/sh/configs/shx3_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/configs/shx3_defconfig b/arch/sh/configs/shx3_defconfig index cd6c519f8fad..4a4269ad5b04 100644 --- a/arch/sh/configs/shx3_defconfig +++ b/arch/sh/configs/shx3_defconfig @@ -12,7 +12,6 @@ CONFIG_CGROUPS=y CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_DEVICE=y CONFIG_CGROUP_CPUACCT=y -CONFIG_RESOURCE_COUNTERS=y CONFIG_CGROUP_MEMCG=y CONFIG_RELAY=y CONFIG_NAMESPACES=y |