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