xref: /openbmc/u-boot/fs/cramfs/Kconfig (revision a6d4cd47)
1*80e44cfeSSimon Glassconfig FS_CRAMFS
2*80e44cfeSSimon Glass	bool "Enable CRAMFS filesystem support"
3*80e44cfeSSimon Glass	help
4*80e44cfeSSimon Glass	  This provides support for reading images from CRAMFS (Compressed ROM
5*80e44cfeSSimon Glass	  filesystem). CRAMFS is useful when space is tight since files are
6*80e44cfeSSimon Glass	  compressed. You can also enable CMD_CRAMFS to get command-line
7*80e44cfeSSimon Glass	  access.
8