diff options
author | Tony Lindgren <tony@atomide.com> | 2016-09-09 13:58:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-13 11:26:32 -0400 |
commit | 54a2ec67f1db62a763f57b7f8f2e82874f5f358b (patch) | |
tree | 4bd834460b386a8bdedc437be57627797e936283 | |
parent | b44bbc46a8bbcd9c6bb1d167ca3f78d3aa5ee41d (diff) |
usb: ohci: Allow ohci on omap5 also
With LPAE config we don't have omap3 or omap4 selected for
omap5 variants.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 2e710a4cca52..0b80cee30da4 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -472,7 +472,7 @@ config USB_OHCI_HCD_AT91 | |||
472 | 472 | ||
473 | config USB_OHCI_HCD_OMAP3 | 473 | config USB_OHCI_HCD_OMAP3 |
474 | tristate "OHCI support for OMAP3 and later chips" | 474 | tristate "OHCI support for OMAP3 and later chips" |
475 | depends on (ARCH_OMAP3 || ARCH_OMAP4) | 475 | depends on (ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5) |
476 | default y | 476 | default y |
477 | ---help--- | 477 | ---help--- |
478 | Enables support for the on-chip OHCI controller on | 478 | Enables support for the on-chip OHCI controller on |