]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/x86/cpu/coreboot/Kconfig
fs: Convert CONFIG_CMD_CBFS to Kconfig
[people/ms/u-boot.git] / arch / x86 / cpu / coreboot / Kconfig
CommitLineData
9d74f034
BM
1if TARGET_COREBOOT
2
3config SYS_COREBOOT
4 bool
5 default y
d66a10fc 6 imply CMD_CBFS
9d74f034
BM
7
8config CBMEM_CONSOLE
9 bool
10 default y
11
9d74f034 12endif