From af295785f3d64b0d3fb12e5feb573cbffcd6892b Mon Sep 17 00:00:00 2001 From: theshaenix Date: Tue, 25 Nov 2025 23:37:10 +0530 Subject: [PATCH] config: enable CONFIG_ANDROID_SIMPLE_LMK --- arch/arm64/configs/atoll_defconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/atoll_defconfig b/arch/arm64/configs/atoll_defconfig index 7c9ae4bbb47b..136503e02489 100644 --- a/arch/arm64/configs/atoll_defconfig +++ b/arch/arm64/configs/atoll_defconfig @@ -1130,4 +1130,7 @@ CONFIG_DEFAULT_WESTWOOD=y # CONFIG_DEFAULT_BBR is not set # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="westwood" -# CONFIG_TCP_MD5SIG is not set \ No newline at end of file +# CONFIG_TCP_MD5SIG is not set + +# ANDROID_SIMPLE_LMK +CONFIG_ANDROID_SIMPLE_LMK=y \ No newline at end of file