1if TARGET_COREBOOT 2 3config SYS_COREBOOT 4 bool 5 default y 6 imply CMD_CBFS 7 8config CBMEM_CONSOLE 9 bool 10 default y 11 12endif 13