xref: /openbmc/u-boot/board/coreboot/coreboot/Kconfig (revision 7ae350a0)
1if TARGET_COREBOOT
2
3config SYS_BOARD
4	default "coreboot"
5
6config SYS_VENDOR
7	default "coreboot"
8
9config SYS_SOC
10	default "coreboot"
11
12config SYS_CONFIG_NAME
13	default "coreboot"
14
15endif
16