xref: /rk3399_rockchip-uboot/board/coreboot/coreboot/Kconfig (revision 754204b5c2bbb810c4f332227227af086f935686)
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