mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-17 00:33:06 +00:00
9a1447d85e
This is very annoying as it is quite slow on many machines. Also, U-Boot has an existing 'preboot' mechanism to enable this feature if desired. Drop this code so that it is possible to choose whether to init USB or not. Use the existing USE_PREBOOT mechanism instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
31 lines
491 B
Text
31 lines
491 B
Text
if VENDOR_COREBOOT
|
|
|
|
config SYS_COREBOOT
|
|
bool
|
|
default y
|
|
imply SYS_NS16550
|
|
imply SCSI
|
|
imply SCSI_AHCI
|
|
imply AHCI_PCI
|
|
imply MMC
|
|
imply MMC_PCI
|
|
imply MMC_SDHCI
|
|
imply MMC_SDHCI_SDMA
|
|
imply USB
|
|
imply USB_EHCI_HCD
|
|
imply USB_XHCI_HCD
|
|
imply USB_STORAGE
|
|
imply USB_KEYBOARD
|
|
imply VIDEO_COREBOOT
|
|
imply E1000
|
|
imply ETH_DESIGNWARE
|
|
imply PCH_GBE
|
|
imply RTL8169
|
|
imply CMD_CBFS
|
|
imply FS_CBFS
|
|
imply CBMEM_CONSOLE
|
|
imply X86_TSC_READ_BASE
|
|
imply USE_PREBOOT
|
|
select BINMAN if X86_64
|
|
|
|
endif
|