diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-07-04 16:32:22 (GMT) |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-07-30 02:30:25 (GMT) |
commit | 611dbb7f95a5422ed108dfa510ae5bbb58692dc4 (patch) | |
tree | de98d645a0cbcfac04223fb11725343a0655bfb6 /configs/minnowmax_defconfig | |
parent | 19d1f1a2f3ccfbf85125150f7876ce22714b38bd (diff) | |
download | u-boot-fsl-qoriq-611dbb7f95a5422ed108dfa510ae5bbb58692dc4.tar.xz |
arch/x86: Select USB before selecting host driver
Kbuild complains if USB is not selected before any of host driver.
warning: (X86) selects USB_EHCI_HCD which has unmet direct dependencies (USB)
warning: (X86) selects USB_EHCI_HCD which has unmet direct dependencies (USB)
Select it for X86.
Fixes: 64d6ac5bc4a9 ("Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[bmeng: Update all x86 boards' defconfig files to remove CONFIG_USB]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/minnowmax_defconfig')
-rw-r--r-- | configs/minnowmax_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig index d058753..85a2814 100644 --- a/configs/minnowmax_defconfig +++ b/configs/minnowmax_defconfig @@ -67,7 +67,6 @@ CONFIG_DEBUG_UART_CLOCK=1843200 CONFIG_SYS_NS16550=y CONFIG_ICH_SPI=y CONFIG_TIMER=y -CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_STORAGE=y |