# 1-2. Basic partitions and FileSystem support on storage
#
-# Tizen uses EFI GUID paritions on it storage and EXT4 as its default file
+# Tizen uses EFI GUID partitions on it storage and EXT4 as its default file
# system. Basic language support for filesystem is iso8859-1 and it required
# codepage 437, ascii, utf-8.
# (Mandatory)
CONFIG_DM_UEVENT=y
CONFIG_DM_VERITY=y
-# Tizen can use BTRFS for rootfs parition.
+# Tizen can use BTRFS for rootfs partition.
# (Mandatory)
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
+# Tizen can use F2FS for user partition.
+# (Mandatory)
+CONFIG_F2FS_FS=y
+CONFIG_F2FS_FS_XATTR=y
+CONFIG_F2FS_FS_POSIX_ACL=y
+CONFIG_F2FS_FS_SECURITY=y
+
# Web engine requires squashfs to access library with compressed fs.
# Also, IoT device with small size storage uses squashfs compressed fs.
# (Mandatory)
CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
-# MSDOS paritions made from other system on external storage should be
+# MSDOS partitions made from other system on external storage should be
# recognized in Tizen. Also, EXT2/3 compatiblity and VFAT are recommeded for
# compatibility of external storage.
# (Recommendation)