xref: /OK3568_Linux_fs/buildroot/fs/cloop/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_TARGET_ROOTFS_CLOOP
2	bool "cloop root filesystem for the target device"
3	help
4	  Build a cloop root filesystem
5
6	  cloop is a Linux kernel module that enables compressed
7	  loopback filesystem support. With it you can mount a
8	  compressed filesystem like a block device and seamlessly
9	  decompress its data while accessing it.  The majority of the
10	  software on an LNX-BBC is accessed in this fashion.
11