diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-09 13:58:14 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-07-18 16:40:29 -0400 |
commit | 47fc28bff82a4dd5f6b41c97e335d10fc78a8e9a (patch) | |
tree | 829b845956f9f5f6b2997424fa1d6d72244b0d1b /arch/tile/Kconfig | |
parent | d1cc1732cc62034542b042a4506d7c5043bc5e5e (diff) |
usb: add host support for the tilegx architecture
This change adds OHCI and EHCI support for the tilegx's on-chip
USB hardware.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 557e3a381ca0..cf4bb69ea8e5 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig | |||
@@ -396,6 +396,16 @@ config NO_IOPORT | |||
396 | 396 | ||
397 | source "drivers/pci/Kconfig" | 397 | source "drivers/pci/Kconfig" |
398 | 398 | ||
399 | config TILE_USB | ||
400 | tristate "Tilera USB host adapter support" | ||
401 | default y | ||
402 | depends on USB | ||
403 | depends on TILEGX | ||
404 | select TILE_GXIO_USB_HOST | ||
405 | ---help--- | ||
406 | Provides USB host adapter support for the built-in EHCI and OHCI | ||
407 | interfaces on TILE-Gx chips. | ||
408 | |||
399 | config HOTPLUG | 409 | config HOTPLUG |
400 | bool "Support for hot-pluggable devices" | 410 | bool "Support for hot-pluggable devices" |
401 | ---help--- | 411 | ---help--- |