mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
19 lines
229 B
Text
19 lines
229 B
Text
|
menu "x86 architecture"
|
||
|
depends on X86
|
||
|
|
||
|
config SYS_ARCH
|
||
|
string
|
||
|
default "x86"
|
||
|
|
||
|
choice
|
||
|
prompt "Target select"
|
||
|
|
||
|
config TARGET_COREBOOT
|
||
|
bool "Support coreboot"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
source "board/chromebook-x86/coreboot/Kconfig"
|
||
|
|
||
|
endmenu
|