Tizen_6.5: Add F2FS for read/write partitions 28/256728/3
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 12 Apr 2021 04:26:50 +0000 (13:26 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 12 Apr 2021 04:39:27 +0000 (13:39 +0900)
From Tizen 6.5, the read/write partition, user, can be F2FS.
Also, update typo in comment about partition.

Change-Id: I541053f2043892afc5f2fd3b1d5ba1cb80704847
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
tizen/tizen_defconfig

index ce91e466b5076d8b5bbbe9931be3cceb71059709..97efab885613e2b5b8fdb69d62ead514cabf1354 100644 (file)
@@ -29,7 +29,7 @@ CONFIG_RD_GZIP=y
 # 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)
@@ -48,11 +48,18 @@ CONFIG_NLS_UTF8=y
 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)
@@ -65,7 +72,7 @@ CONFIG_SQUASHFS_LZO=y
 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)