From: Bin Meng Date: Tue, 2 Feb 2016 13:58:04 +0000 (-0800) Subject: efi: app: Disable CONFIG_USB_EHCI_PCI X-Git-Tag: v2016.03-rc2~99 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50c88e4ad2f2381d3c175307d91046f14c82c991;p=u-boot efi: app: Disable CONFIG_USB_EHCI_PCI It does not build if without CONFIG_DM_PCI_COMPAT. For now we just disable it, until some day we add USB support to EFI application. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/include/configs/efi-x86.h b/include/configs/efi-x86.h index 7fb37f06b8..6dd0b32dae 100644 --- a/include/configs/efi-x86.h +++ b/include/configs/efi-x86.h @@ -20,6 +20,7 @@ #undef CONFIG_SCSI_AHCI #undef CONFIG_CMD_SCSI #undef CONFIG_INTEL_ICH6_GPIO +#undef CONFIG_USB_EHCI_PCI #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \ "stdout=vga,serial\0" \