config MTK_LMKD
        tristate "mtk low memory killer support"
        help
	 Say yes here to add support for Mediatek lmkd.
       	 Killing background process while playing CSP for memory saving.
	 Only trigered through C2 driver, while fb buffer is created
	 echo oom_score_adj_value > /proc/mtk_lmkd/oom_score_adj_threshold
	 to decide which process will be selected
config MTK_MZCCMDQ_HW
        bool "HW MZC + CMDQ"
        help
	Say yes here to add support for the MediaTek ZRAM Related driver.
	MTK ZRAM Related driver
	includes MZC-drive, MTK-ZRAM and MTK-ZSMALLOC.
	The MTK ZRAM device is used as swap-device.
config MTKZRAM_KO
	tristate "MTK Compressed RAM block device kernel driver support"
	help
	Say yes here to add support for the MediaTek ZRAM driver.
	MTK ZRAM is a hardware codec based zram driver which
	perfroms better than origin.
	The MTK ZRAM device is used as swap-device.
config MTKZSMALLOC_KO
	tristate "MTK Memory allocator kernel driver for compressed pages"
	help
	Say yes here to add support for the MediaTek ZSMALLOC driver.
	MTK ZSMALLOC, which is build for MZC codec
	reducing unnecessary overhead.
	The MTK ZSMALLOC device is used as zs allocator.


