From ca47fd1d30d760317ccdfbd1b94e8062d2eeb9fb Mon Sep 17 00:00:00 2001 From: Jianxiong Pan Date: Wed, 14 Sep 2022 17:37:37 +0800 Subject: [PATCH] mm: add AMLOGIC_MEMORY_STAT config. [2/2] PD#SWPL-94445 Problem: fix gki break. Solution: modify the config to meet gki format. Verify: sc2_ah212. Change-Id: I67c7ee938a4c25987e5329ecc36b91af64d04bd7 Signed-off-by: Jianxiong Pan --- drivers/memory_ext/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/memory_ext/Kconfig b/drivers/memory_ext/Kconfig index 0b27b39b9..3825a7fee 100644 --- a/drivers/memory_ext/Kconfig +++ b/drivers/memory_ext/Kconfig @@ -119,3 +119,12 @@ config AMLOGIC_ZSTD in zram, to improve the compression ratio and save memory +config AMLOGIC_MEMORY_STAT + bool "Amlogic stat memory info" + depends on AMLOGIC_MEMORY_EXTEND + default n + help + This config use to stat memory info, + include count free pages in migrate + list, print more memory information. +