u-boot/arch/x86/cpu/coreboot/Kconfig
Simon Glass d66a10fc00 fs: Convert CONFIG_CMD_CBFS to Kconfig
This converts the following to Kconfig:
   CONFIG_CMD_CBFS

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: imply CMD_CBFS on SYS_COREBOOT]
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-04-30 13:40:56 -04:00

12 lines
119 B
Text

if TARGET_COREBOOT
config SYS_COREBOOT
bool
default y
imply CMD_CBFS
config CBMEM_CONSOLE
bool
default y
endif