x86: coreboot: kconfig: Imply drivers that are useful
[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 ENV_IS_NOWHERE
7         imply E1000
8         imply ICH_SPI
9         imply MMC
10         imply MMC_PCI
11         imply MMC_SDHCI
12         imply MMC_SDHCI_SDMA
13         imply SPI_FLASH
14         imply SYS_NS16550
15         imply VIDEO_COREBOOT
16         imply CMD_CBFS
17         imply FS_CBFS
18
19 config CBMEM_CONSOLE
20         bool
21         default y
22
23 endif