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