diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2013-09-10 16:37:51 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-09-17 11:04:03 -0500 |
commit | bbaa7c81e61e339fbc6aae2594c7ce8f54196fa7 (patch) | |
tree | f96d19f79231a7ccd3eb2d5bb95ff5e006f9257b /drivers/usb | |
parent | 780cc0f37071f153c912dfcfe974c728314956f9 (diff) | |
download | op-kernel-dev-bbaa7c81e61e339fbc6aae2594c7ce8f54196fa7.zip op-kernel-dev-bbaa7c81e61e339fbc6aae2594c7ce8f54196fa7.tar.gz |
usb: dwc3: remove extcon dependency
It is required by the OMAP glue driver, but it already depends
on it. The core driver should not depend on it. This will
allow the use of the PCI glue driver again.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index b870872..70fc430 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -1,7 +1,6 @@ config USB_DWC3 tristate "DesignWare USB3 DRD Core Support" depends on (USB || USB_GADGET) && HAS_DMA - depends on EXTCON select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD help Say Y or M here if your system has a Dual Role SuperSpeed |