From 97e1580d782b1bb62373db71fbfaaf0ea0bb6e35 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Mon, 16 Oct 2017 20:38:45 +0900 Subject: [PATCH] ARM: tizen_{odroid,tm2}_defconfig: enable CONNECTOR/PROC_EVENTS options CONFIG_CONNECTOR and CONFIG_PROC_EVENTS options enable Netlink Connector feature of kernel to monitor process lifecycle like Fork and Exit status of all processes asynchronously. In Tzen, they will be used by stc-manager (smart traffic control) to monitor process lifecycle. Change-Id: I7dc90c6ef9d7d3d5f337dd7cb81745756495e778 Signed-off-by: Seung-Woo Kim --- arch/arm/configs/tizen_odroid_defconfig | 4 +++- arch/arm64/configs/tizen_tm2_defconfig | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index a320569a3029..6522c970924b 100644 --- a/arch/arm/configs/tizen_odroid_defconfig +++ b/arch/arm/configs/tizen_odroid_defconfig @@ -1299,7 +1299,8 @@ CONFIG_ARM_CCI400_COMMON=y CONFIG_ARM_CCI400_PORT_CTRL=y # CONFIG_BRCMSTB_GISB_ARB 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 @@ -2845,6 +2846,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 diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig index 64c0487de5b0..1e40b2a1f880 100644 --- a/arch/arm64/configs/tizen_tm2_defconfig +++ b/arch/arm64/configs/tizen_tm2_defconfig @@ -1131,7 +1131,8 @@ CONFIG_ARM_CCI400_COMMON=y CONFIG_ARM_CCI400_PMU=y # 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 @@ -2743,6 +2744,7 @@ CONFIG_FB_MODE_HELPERS=y # CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set +# CONFIG_FB_UVESA is not set # CONFIG_FB_OPENCORES is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_NVIDIA is not set -- 2.34.1