fs: Kconfig: Add a separate option for FS_CRAMFS
[oweals/u-boot.git] / fs / cramfs / Kconfig
1 config FS_CRAMFS
2         bool "Enable CRAMFS filesystem support"
3         help
4           This provides support for reading images from CRAMFS (Compressed ROM
5           filesystem). CRAMFS is useful when space is tight since files are
6           compressed. You can also enable CMD_CRAMFS to get command-line
7           access.