mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +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
|