ARM: tizen_{odroid,tm2}_defconfig: enable CONNECTOR/PROC_EVENTS options 25/155925/1 accepted/tizen/4.0/unified/20171017.212502 accepted/tizen/unified/20171017.071147 submit/tizen/20171017.031118 submit/tizen_4.0/20171017.030930
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 16 Oct 2017 11:38:45 +0000 (20:38 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 16 Oct 2017 11:38:51 +0000 (20:38 +0900)
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 <sw0312.kim@samsung.com>
arch/arm/configs/tizen_odroid_defconfig
arch/arm64/configs/tizen_tm2_defconfig

index a320569..6522c97 100644 (file)
@@ -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
index 64c0487..1e40b2a 100644 (file)
@@ -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