x86: coreboot: Use vendor in the Kconfig

Use VENDOR_COREBOOT instead of TARGET_COREBOOT so we can have multiple
coreboot boards, sharing options. Only SYS_CONFIG_NAME needs to be
defined TARGET_COREBOOT.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Simon Glass
2021-06-27 17:51:07 -06:00
committed by Bin Meng
parent c5c62155c5
commit 4dfe4b44cc
2 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
if TARGET_COREBOOT
if VENDOR_COREBOOT
config SYS_COREBOOT
bool