uboot/arch/x86/cpu/coreboot/Kconfig

16 lines
143 B
Plaintext

if TARGET_COREBOOT
config SYS_COREBOOT
bool
default y
config CBMEM_CONSOLE
bool
default y
config VIDEO_COREBOOT
bool
default y
endif