config TARFS
       tristate "TARFS file system support"
       depends on TMPFS
       help
       TARFS is a read-only filesystem use to mount the GNU/POSIX format
       tar archive as block device so that extracting such archive will
       no longer be necessary. The files will appear in the mounted directory
       path. The start address of each file is stored as an offset in the
       TAR Header itself which helps to navigate to the start of file content.

       This file system will mount the TAR archive as READ ONLY.

       Usually container base images are stored as TAR archive.

       Say Y or M if you want to mount files from TAR archive.

       To compile this file system support as a module, choose M here: the
       module will be called tarfs. If unsure, say N.
