1# SPDX-License-Identifier: GPL-2.0 2config ZRAM_GROUP 3 bool "Manage Zram objs with mem_cgroup" 4 depends on ZRAM && MEMCG 5 help 6 Manage Zram objs with mem_cgroup. 7 8config ZRAM_GROUP_DEBUG 9 bool "Debug info for zram group" 10 depends on ZRAM_GROUP 11 help 12 Debug info for ZRAM_GROUP. 13 14config ZLIST_DEBUG 15 bool "Debug info for zram group list" 16 depends on ZRAM_GROUP 17 help 18 Debug info for zram group list. 19 20config ZRAM_GROUP_WRITEBACK 21 bool "Write back grouped zram objs to Hyperhold driver" 22 depends on ZRAM_GROUP && HYPERHOLD 23 help 24 Write back grouped zram objs to hyperhold. 25