summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2017-12-19 06:49:44 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2018-01-09 04:27:46 (GMT)
commitff9e27619661f260dd94942e28b71af41b25c384 (patch)
tree24c9202b342b68f19824ce129d7341145938c961 /drivers
parent17598fd1760957ee62f50ba8ea80d74362a1afab (diff)
downloadu-boot-ff9e27619661f260dd94942e28b71af41b25c384.tar.xz
arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to Kconfig
Rename to USB_EHCI_FSL, use Kconfig to select ehci accordingly. Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 5264475..45a8bbf 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -178,6 +178,12 @@ config USB_EHCI_GENERIC
---help---
Enables support for generic EHCI controller.
+config USB_EHCI_FSL
+ bool "Support for FSL on-chip EHCI USB controller"
+ default n
+ select CONFIG_EHCI_HCD_INIT_AFTER_RESET
+ ---help---
+ Enables support for the on-chip EHCI controller on FSL chips.
endif # USB_EHCI_HCD
config USB_OHCI_HCD