diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-04-16 11:09:28 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-04-16 11:09:31 +0900 |
commit | 11a9306b781b1f836e43a58f3471c9fdbf2d1448 (patch) | |
tree | b4950dc4a96a57850fe45f801a7b8d43acbdc903 | |
parent | 07f496202b4df40e2a1b6a468397757a5f31b7ab (diff) | |
download | tizen-kernel-configs-tizen_5.0.tar.gz tizen-kernel-configs-tizen_5.0.tar.bz2 tizen-kernel-configs-tizen_5.0.zip |
Add SYSVIPC support for Tizentizen_5.0
Tizen Kernel requires SYSVIPC. Add SYSIPC support.
Change-Id: I2c1447ce9faf5559009af586f7748508e33ccfe9
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | tizen/tizen_defconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tizen/tizen_defconfig b/tizen/tizen_defconfig index 514f98a..e602c48 100644 --- a/tizen/tizen_defconfig +++ b/tizen/tizen_defconfig @@ -93,7 +93,16 @@ CONFIG_UEVENT_HELPER_PATH="" CONFIG_AUTOFS4_FS=y # -# 1-3. Other Tizen Booting +# 1-3. IPC support +# + +# Tizen requies sysv ipc including msgq. +# (Mandatory) +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y + +# +# 1-4. Other Tizen Booting # # Tizen requies devtmpfs auto-mount and tmpfs. |