diff options
author | joseph daniel <josephdanielwalter@gmail.com> | 2012-05-11 06:23:40 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-11 18:17:31 -0400 |
commit | b8cacf33f09c60208a914b36b3e6de8e9ba228d5 (patch) | |
tree | 621f517bb0d75e61b14457b01035e8407a82fdf6 /drivers/usb/dwc3/Kconfig | |
parent | 72688dc95afcb42f4d5e8762f8790144cec9a280 (diff) |
usb: dwc3: Fix the dwc3 dependency
The warning shown up when ran with randconfig,
warning: (USB_DWC3) selects USB_XHCI_PLATFORM which has unmet direct dependencies (USB_SUPPORT && USB_XHCI_HCD)
Signed-off-by: joseph daniel <josephdanielwalter@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index d8f741f9e56e..d13c60f42139 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig | |||
@@ -4,7 +4,7 @@ config USB_DWC3 | |||
4 | select USB_OTG_UTILS | 4 | select USB_OTG_UTILS |
5 | select USB_GADGET_DUALSPEED | 5 | select USB_GADGET_DUALSPEED |
6 | select USB_GADGET_SUPERSPEED | 6 | select USB_GADGET_SUPERSPEED |
7 | select USB_XHCI_PLATFORM | 7 | select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD |
8 | help | 8 | help |
9 | Say Y or M here if your system has a Dual Role SuperSpeed | 9 | Say Y or M here if your system has a Dual Role SuperSpeed |
10 | USB controller based on the DesignWare USB3 IP Core. | 10 | USB controller based on the DesignWare USB3 IP Core. |