Skip to content

Commit

Permalink
nati_x86_64_defconfig: build squashfs & overlayfs into the kernel
Browse files Browse the repository at this point in the history
Switch squashfs from a module to a built in component of the kernel.
Also add overlayfs support to the kernel.  The new file layout requires
squashfs and overlayfs so they should be built in.

Signed-off-by: Bill Pittman <[email protected]>
Acked-by: Gratian Crisan <[email protected]>
Natinst-ReviewBoard-ID: 294993
  • Loading branch information
Bill Pittman committed Jun 6, 2019
1 parent 638a209 commit f28bcfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/x86/configs/nati_x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_DNOTIFY is not set
CONFIG_FUSE_FS=m
CONFIG_OVERLAY_FS=y
CONFIG_ISO9660_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
Expand All @@ -474,7 +475,7 @@ CONFIG_PROC_KCORE=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_CONFIGFS_FS=y
CONFIG_EFIVAR_FS=y
CONFIG_SQUASHFS=m
CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_XATTR=y
CONFIG_NFS_FS=m
CONFIG_NFS_V4=m
Expand Down

0 comments on commit f28bcfd

Please sign in to comment.