uboot/board/chromebook-x86/coreboot/Kconfig

20 lines
221 B
Plaintext

if TARGET_COREBOOT
config SYS_BOARD
string
default "coreboot"
config SYS_VENDOR
string
default "chromebook-x86"
config SYS_SOC
string
default "coreboot"
config SYS_CONFIG_NAME
string
default "coreboot"
endif