mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 16:56:58 +02:00
28 lines
369 B
Plaintext
28 lines
369 B
Plaintext
if TARGET_COREBOOT
|
|
|
|
config SYS_COREBOOT
|
|
bool
|
|
default y
|
|
imply AHCI_PCI
|
|
imply E1000
|
|
imply ICH_SPI
|
|
imply MMC
|
|
imply MMC_PCI
|
|
imply MMC_SDHCI
|
|
imply MMC_SDHCI_SDMA
|
|
imply SCSI_AHCI
|
|
imply SPI_FLASH
|
|
imply SYS_NS16550
|
|
imply USB
|
|
imply USB_EHCI_HCD
|
|
imply USB_XHCI_HCD
|
|
imply VIDEO_COREBOOT
|
|
imply CMD_CBFS
|
|
imply FS_CBFS
|
|
|
|
config CBMEM_CONSOLE
|
|
bool
|
|
default y
|
|
|
|
endif
|