u-boot-brain/arch/x86/cpu/coreboot/Kconfig

14 lines
134 B
Plaintext
Raw Normal View History

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