1 config BR2_TARGET_ROOTFS_CLOOP
2 bool "cloop root filesystem for the target device"
4 Build a cloop root filesystem
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.