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