summaryrefslogtreecommitdiff
path: root/fs/cramfs/Kconfig
blob: 6c9f63d6fa78cfacb9836013018fee8e2b62b2c2 (plain)
1
2
3
4
5
6
7
config FS_CRAMFS
	bool "Enable CRAMFS filesystem support"
	help
	  This provides support for reading images from CRAMFS (Compressed ROM
	  filesystem). CRAMFS is useful when space is tight since files are
	  compressed. You can also enable CMD_CRAMFS to get command-line
	  access.