xref: /rk3399_rockchip-uboot/arch/x86/cpu/coreboot/Kconfig (revision d66a10fc00407fda3c5091ca38c090dc055f7953)
1if TARGET_COREBOOT
2
3config SYS_COREBOOT
4	bool
5	default y
6	imply CMD_CBFS
7
8config CBMEM_CONSOLE
9	bool
10	default y
11
12endif
13