uboot/board/chromebook-x86/coreboot/Kconfig

16 lines
189 B
Plaintext

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