aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-06-24 08:31:04 +0000
committerPetr Štetiar <ynezz@true.cz>2019-06-25 14:12:22 +0000
commitf965f3a5496bef94d29ece2da4de10bd5ac344b7 (patch)
tree0a8ec788eb01122dd479b27f116aa613ecac3a4b /target/linux/malta
parent53f4a686aa8d0740c0a5b8626da6435c130de8d1 (diff)
downloadupstream-f965f3a5496bef94d29ece2da4de10bd5ac344b7.tar.gz
upstream-f965f3a5496bef94d29ece2da4de10bd5ac344b7.tar.bz2
upstream-f965f3a5496bef94d29ece2da4de10bd5ac344b7.zip
malta: configure kernel for f2fs and ext4 based overlays
jffs2/mtdblock overlays are long time gone, and as we switch to the new f2fs/ext4 based overlays, we need to add missing support for loop block device and f2fs to kernel. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/malta')
-rw-r--r--target/linux/malta/config-4.197
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/malta/config-4.19 b/target/linux/malta/config-4.19
index 76d374408d..a04c60ccee 100644
--- a/target/linux/malta/config-4.19
+++ b/target/linux/malta/config-4.19
@@ -20,6 +20,7 @@ CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
# CONFIG_BLK_DEV_DM is not set
# CONFIG_BLK_DEV_INITRD is not set
+CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
@@ -74,6 +75,7 @@ CONFIG_CPU_SUPPORTS_MSA=y
CONFIG_CRC16=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
+CONFIG_CRYPTO_CRC32=y
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
@@ -94,6 +96,11 @@ CONFIG_DTC=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_EXT4_FS=y
+# CONFIG_F2FS_CHECK_FS is not set
+CONFIG_F2FS_FS=y
+# CONFIG_F2FS_FS_SECURITY is not set
+CONFIG_F2FS_FS_XATTR=y
+CONFIG_F2FS_STAT_FS=y
CONFIG_FS_IOMAP=y
CONFIG_FS_MBCACHE=y
CONFIG_FS_POSIX_ACL=y