ARM: tizen_tm1_defconfig: enable CONFIG_CONNECTOR and CONFIG_PROC_EVENTS 01/144901/4 accepted/tizen/4.0/unified/20170828.222104 accepted/tizen/unified/20170822.023839 submit/tizen/20170821.074901 submit/tizen_4.0/20170828.100008
authorhyunuktak <hyunuk.tak@samsung.com>
Fri, 18 Aug 2017 08:44:29 +0000 (17:44 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 21 Aug 2017 03:08:01 +0000 (12:08 +0900)
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 <hyunuk.tak@samsung.com>
arch/arm/configs/tizen_tm1_defconfig

index bc0ecc8..79e041d 100755 (executable)
@@ -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