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