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:11:05 +0900 |
commit | 3cc14d5927064eb59d28f285efaaa36d18b001fc (patch) | |
tree | 5262f1260c03630676585129955e34a9b856b3dc | |
parent | ccd89ebb8edc52f6ef143098f11b2f0fe8509bef (diff) | |
download | tizen-kernel-configs-3cc14d5927064eb59d28f285efaaa36d18b001fc.tar.gz tizen-kernel-configs-3cc14d5927064eb59d28f285efaaa36d18b001fc.tar.bz2 tizen-kernel-configs-3cc14d5927064eb59d28f285efaaa36d18b001fc.zip |
Add SYSVIPC support for Tizentizen_4.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 eb9126d..a783c24 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. |