Skip to content

Commit 95a1b35

Browse files
committed
added CONFIG_TMPFS and CONFIG_TMPFS_XATTR
otherwise the kernel will not boot because there is no tmpfs support enabled
1 parent 5f3ec46 commit 95a1b35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/configs/rockchip_linux_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,9 @@ CONFIG_FSCACHE=m
910910
CONFIG_MSDOS_FS=m
911911
CONFIG_VFAT_FS=y
912912
CONFIG_NTFS_FS=m
913+
CONFIG_TMPFS=y
913914
CONFIG_TMPFS_POSIX_ACL=y
915+
CONFIG_TMPFS_XATTR=y
914916
CONFIG_HUGETLBFS=y
915917
CONFIG_EFIVAR_FS=y
916918
CONFIG_SQUASHFS=y

0 commit comments

Comments
 (0)