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