From: Seung-Woo Kim Date: Tue, 17 Apr 2018 07:32:06 +0000 (+0900) Subject: arm64: tizen_tw2_defconfig: enable CONFIG_CONNECTOR and CONFIG_PROC_EVENTS X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcd23655fd8172d5d1dc1d1e5be3b65577c37894;p=profile%2Fwearable%2Fplatform%2Fkernel%2Flinux-3.18-exynos7270.git 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 --- 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