summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2019-01-09 12:45:55 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2019-01-09 05:04:42 +0000
commitfa12c3df4e9ab0b1649cf4fbe74687376b9d92e3 (patch)
tree7a4da4f4a1b2b91d1911c987e354436471143cce /arch
parentd439eba7b7cccb046bfe62921c6b6c22ab4116e8 (diff)
downloadlinux-4.9-exynos9110-fa12c3df4e9ab0b1649cf4fbe74687376b9d92e3.tar.gz
linux-4.9-exynos9110-fa12c3df4e9ab0b1649cf4fbe74687376b9d92e3.tar.bz2
linux-4.9-exynos9110-fa12c3df4e9ab0b1649cf4fbe74687376b9d92e3.zip
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 <sw0312.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/configs/tizen_tw3_defconfig4
1 files changed, 3 insertions, 1 deletions
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