From bcd23655fd8172d5d1dc1d1e5be3b65577c37894 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 17 Apr 2018 16:32:06 +0900 Subject: [PATCH] arm64: tizen_tw2_defconfig: enable CONFIG_CONNECTOR and CONFIG_PROC_EVENTS These options enable Netlink Connector feature of kernel to monitor process lifecycle like Fork and Exit status of all processes asynchronously. In Tzen, it will be used by stc-manager(smart traffic control) to monitor process lifecycle. Change-Id: I265504609e6b2ce963875e66884d064affc48d9d Signed-off-by: hyunuktak Signed-off-by: Seung-Woo Kim --- arch/arm64/configs/tizen_tw2_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_tw2_defconfig b/arch/arm64/configs/tizen_tw2_defconfig index b2d72e5..95ceb3b 100644 --- a/arch/arm64/configs/tizen_tw2_defconfig +++ b/arch/arm64/configs/tizen_tw2_defconfig @@ -1051,7 +1051,8 @@ CONFIG_CMA_ALIGNMENT=8 # # CONFIG_ARM_CCN is not set # CONFIG_VEXPRESS_CONFIG is not set -# CONFIG_CONNECTOR is not set +CONFIG_CONNECTOR=y +CONFIG_PROC_EVENTS=y # CONFIG_MTD is not set CONFIG_DTC=y CONFIG_OF=y @@ -2247,6 +2248,7 @@ CONFIG_FB_CFB_IMAGEBLIT=y # Frame buffer hardware drivers # # CONFIG_FB_ARMCLCD is not set +# CONFIG_FB_UVESA is not set # CONFIG_FB_OPENCORES is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_S3C is not set -- 2.7.4