diff options
-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. |