mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
16 lines
143 B
Text
16 lines
143 B
Text
|
if TARGET_COREBOOT
|
||
|
|
||
|
config SYS_COREBOOT
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
config CBMEM_CONSOLE
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
config VIDEO_COREBOOT
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
endif
|