aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/armvirt
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-06-24 08:08:20 +0000
committerPetr Štetiar <ynezz@true.cz>2019-06-25 14:12:22 +0000
commitd9426d537bcd35f4f748c985bc33f2861e0b3dd2 (patch)
tree6afc121e6dbc162fce91ca0353a9cee9addfe5ba /target/linux/armvirt
parenta17d9482f5e218da2c0bcaa41662f355ee32be07 (diff)
downloadupstream-d9426d537bcd35f4f748c985bc33f2861e0b3dd2.tar.gz
upstream-d9426d537bcd35f4f748c985bc33f2861e0b3dd2.tar.bz2
upstream-d9426d537bcd35f4f748c985bc33f2861e0b3dd2.zip
armvirt: 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/armvirt')
-rw-r--r--target/linux/armvirt/config-4.197
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/armvirt/config-4.19 b/target/linux/armvirt/config-4.19
index af7eba1087..4eb6780bd0 100644
--- a/target/linux/armvirt/config-4.19
+++ b/target/linux/armvirt/config-4.19
@@ -29,6 +29,7 @@ CONFIG_ARM_GIC_V3=y
CONFIG_ARM_PSCI_FW=y
# CONFIG_ARM_SP805_WATCHDOG is not set
CONFIG_BALLOON_COMPACTION=y
+CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
CONFIG_BLK_SCSI_REQUEST=y
@@ -42,6 +43,7 @@ CONFIG_CPU_RMAP=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
@@ -55,6 +57,11 @@ CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DTC=y
CONFIG_EDAC_SUPPORT=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_FAILOVER=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_FRAME_POINTER=y