From fa12c3df4e9ab0b1649cf4fbe74687376b9d92e3 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 9 Jan 2019 12:45:55 +0900 Subject: arm64: tizen_tw3_defconfig: enable CONNECTOR and PROC_EVENTS options 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: Seung-Woo Kim --- arch/arm64/configs/tizen_tw3_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm64/configs/tizen_tw3_defconfig b/arch/arm64/configs/tizen_tw3_defconfig index 2d02047d11f5..e738aff4ea58 100644 --- a/arch/arm64/configs/tizen_tw3_defconfig +++ b/arch/arm64/configs/tizen_tw3_defconfig @@ -1185,7 +1185,8 @@ CONFIG_CMA_ALIGNMENT=8 # CONFIG_ARM_CCI5xx_PMU is not set # 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 @@ -2528,6 +2529,7 @@ CONFIG_FB_MODE_HELPERS=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 -- cgit v1.2.3