]> Git Repo - u-boot.git/commit
fs: Kconfig: Add a separate config for FS_CBFS
authorSimon Glass <[email protected]>
Thu, 27 Apr 2017 04:27:59 +0000 (22:27 -0600)
committerTom Rini <[email protected]>
Sun, 30 Apr 2017 17:40:57 +0000 (13:40 -0400)
commitdeb959991528bee05079426c189f538ad3850337
treeeda3e978a71d510b0a9fbaf21ef3b2271d4f68de
parentd66a10fc00407fda3c5091ca38c090dc055f7953
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 <[email protected]>
[trini: imply FS_CBFS on SYS_COREBOOT]
Signed-off-by: Tom Rini <[email protected]>
arch/x86/cpu/coreboot/Kconfig
cmd/Kconfig
configs/sandbox_defconfig
configs/sandbox_noblk_defconfig
configs/sandbox_spl_defconfig
fs/Kconfig
fs/Makefile
fs/cbfs/Kconfig [new file with mode: 0644]
This page took 0.033422 seconds and 4 git commands to generate.