From 9290ec99472b6ecb8977bfcfb8206212c14b0bfa Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Fri, 18 Aug 2017 17:44:29 +0900 Subject: [PATCH] ARM: tizen_tm1_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. Connector - unified userspace <-> kernelspace linker Report process events to userspace In Tzen, it will be used by stc-manager(smart traffic control) to monitor process lifecycle. Change-Id: I265504609e6b2ce963875e66884d064affc48d9d Signed-off-by: hyunuktak --- arch/arm/configs/tizen_tm1_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_tm1_defconfig b/arch/arm/configs/tizen_tm1_defconfig index bc0ecc8..79e041d 100755 --- a/arch/arm/configs/tizen_tm1_defconfig +++ b/arch/arm/configs/tizen_tm1_defconfig @@ -1106,7 +1106,8 @@ CONFIG_FUELGAUGE_SPRD4SAMSUNG27X3=y # Bus devices # # CONFIG_ARM_CCI 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 @@ -2177,6 +2178,7 @@ CONFIG_FB_CFB_IMAGEBLIT=y # Frame buffer hardware drivers # # CONFIG_FB_ARMHDLCD is not set +# CONFIG_FB_UVESA is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_TMIO is not set # CONFIG_FB_SMSCUFX is not set -- 2.7.4