diff options
author | Bin Meng | 2016-02-02 05:58:04 -0800 |
---|---|---|
committer | Bin Meng | 2016-02-05 12:47:23 +0800 |
commit | 50c88e4ad2f2381d3c175307d91046f14c82c991 (patch) | |
tree | 0a7eeaf9c92cb376727ca6c44eabee6f4924f4b5 | |
parent | e1d1b62be1c0412be9f919c95142acd1d6c381f2 (diff) |
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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | include/configs/efi-x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/efi-x86.h b/include/configs/efi-x86.h index 7fb37f06b88..6dd0b32daef 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" \ |