diff options
| author | Peter Griffin <peter.griffin@linaro.org> | 2014-09-08 08:04:45 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 00:35:50 -0400 |
| commit | d115837259ada33cb66e8fedc365d58d2cc8df38 (patch) | |
| tree | a705f3ee632b8d5b6f0d0e63753c10017ccf8038 /drivers/usb/host/Kconfig | |
| parent | e47c5a0906f9a5792988786c8a186e9f5880f622 (diff) | |
usb: host: ohci-st: Add OHCI driver support for ST STB devices
This patch adds the glue code required to ensure the on-chip OHCI
controller works on STi consumer electronics SoC's from STMicroelectronics.
It mainly manages the setting and enabling of the relevant clocks and manages
the reset / power signals to the IP block.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
| -rw-r--r-- | drivers/usb/host/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 82800a775501..609efe2da6b2 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
| @@ -761,6 +761,14 @@ config USB_HCD_SSB | |||
| 761 | 761 | ||
| 762 | If unsure, say N. | 762 | If unsure, say N. |
| 763 | 763 | ||
| 764 | config USB_HCD_ST | ||
| 765 | tristate "ST USB driver for ST SoC Series" | ||
| 766 | depends on ARCH_STI && OF | ||
| 767 | select GENERIC_PHY | ||
| 768 | help | ||
| 769 | Enable support for the on-chip OHCI & EHCI controller found on | ||
| 770 | STMicroelectronics consumer electronics SoC's. | ||
| 771 | |||
| 764 | config USB_HCD_TEST_MODE | 772 | config USB_HCD_TEST_MODE |
| 765 | bool "HCD test mode support" | 773 | bool "HCD test mode support" |
| 766 | ---help--- | 774 | ---help--- |
