xref: /OK3568_Linux_fs/u-boot/fs/cbfs/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig FS_CBFS
2*4882a593Smuzhiyun	bool "Enable CBFS (Coreboot Filesystem)"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  Define this to enable support for reading from a Coreboot
5*4882a593Smuzhiyun	  filesystem. This is a ROM-based filesystem used for accessing files
6*4882a593Smuzhiyun	  on systems that use coreboot as the first boot-loader and then load
7*4882a593Smuzhiyun	  U-Boot to actually boot the Operating System. You can also enable
8*4882a593Smuzhiyun	  CMD_CBFS to get command-line access.
9