diff options
author | Tony Lindgren <tony@atomide.com> | 2016-09-09 10:58:24 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-13 17:26:32 +0200 |
commit | 54a2ec67f1db62a763f57b7f8f2e82874f5f358b (patch) | |
tree | 4bd834460b386a8bdedc437be57627797e936283 /drivers/usb/host | |
parent | b44bbc46a8bbcd9c6bb1d167ca3f78d3aa5ee41d (diff) | |
download | linux-stable-54a2ec67f1db62a763f57b7f8f2e82874f5f358b.tar.gz linux-stable-54a2ec67f1db62a763f57b7f8f2e82874f5f358b.tar.bz2 linux-stable-54a2ec67f1db62a763f57b7f8f2e82874f5f358b.zip |
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>
Diffstat (limited to 'drivers/usb/host')
-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 config USB_OHCI_HCD_OMAP3 tristate "OHCI support for OMAP3 and later chips" - depends on (ARCH_OMAP3 || ARCH_OMAP4) + depends on (ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5) default y ---help--- Enables support for the on-chip OHCI controller on |