fs: Convert CONFIG_CMD_CBFS to Kconfig
[oweals/u-boot.git] / arch / x86 / cpu / coreboot / Kconfig
1 if TARGET_COREBOOT
2
3 config SYS_COREBOOT
4         bool
5         default y
6         imply CMD_CBFS
7
8 config CBMEM_CONSOLE
9         bool
10         default y
11
12 endif