fs: Kconfig: Add a separate config for FS_CBFS
Rather than using CMD_CBFS for both the filesystem and its command, we should have a separate option for each. This allows us to enable CBFS support without the command, if desired, which reduces U-Boot's size slightly. Signed-off-by:Simon Glass <sjg@chromium.org> [trini: imply FS_CBFS on SYS_COREBOOT] Signed-off-by:
Tom Rini <trini@konsulko.com>
Showing
- arch/x86/cpu/coreboot/Kconfig 1 addition, 0 deletionsarch/x86/cpu/coreboot/Kconfig
- cmd/Kconfig 1 addition, 0 deletionscmd/Kconfig
- configs/sandbox_defconfig 1 addition, 0 deletionsconfigs/sandbox_defconfig
- configs/sandbox_noblk_defconfig 1 addition, 0 deletionsconfigs/sandbox_noblk_defconfig
- configs/sandbox_spl_defconfig 1 addition, 0 deletionsconfigs/sandbox_spl_defconfig
- fs/Kconfig 2 additions, 0 deletionsfs/Kconfig
- fs/Makefile 1 addition, 1 deletionfs/Makefile
- fs/cbfs/Kconfig 8 additions, 0 deletionsfs/cbfs/Kconfig
Loading
Please register or sign in to comment