From 611dbb7f95a5422ed108dfa510ae5bbb58692dc4 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Tue, 4 Jul 2017 19:32:22 +0300 Subject: 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 [bmeng: Update all x86 boards' defconfig files to remove CONFIG_USB] Signed-off-by: Bin Meng --- configs/chromebox_panther_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/chromebox_panther_defconfig') diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig index e447431931..4f1b69d52a 100644 --- a/configs/chromebox_panther_defconfig +++ b/configs/chromebox_panther_defconfig @@ -54,7 +54,6 @@ CONFIG_SYS_NS16550=y CONFIG_ICH_SPI=y CONFIG_TIMER=y CONFIG_TPM_TIS_LPC=y -CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y -- cgit v1.2.3