Skip to content
Snippets Groups Projects
Commit 611dbb7f authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Bin Meng
Browse files

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: 64d6ac5b ("Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig")
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
[bmeng: Update all x86 boards' defconfig files to remove CONFIG_USB]
Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 19d1f1a2
No related branches found
No related tags found
Loading
Showing
with 1 addition and 19 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment