diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-10-08 14:47:53 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-10-29 19:08:45 +0100 |
commit | 340fbb8b12dd24c83b1e8ff094b8e2c218144217 (patch) | |
tree | 95d9820ba6c2a2645c70ce6b2c2151587f215482 /arch/mips/Kconfig | |
parent | 1643accdaad4625c2877f7ceefa39c1cb3e90117 (diff) | |
download | op-kernel-dev-340fbb8b12dd24c83b1e8ff094b8e2c218144217.zip op-kernel-dev-340fbb8b12dd24c83b1e8ff094b8e2c218144217.tar.gz |
MIPS: Add platform device and Kconfig for Octeon USB EHCI / OHCI
Declare that OCTEON reference boards have both OHCI and EHCI.
Add platform devices for the corresponding hardware.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-usb@vger.kernel.org
To: dbrownell@users.sourceforge.net
Patchwork: http://patchwork.linux-mips.org/patch/1676/
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 535a08a..8fbbef9 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -694,6 +694,8 @@ config CAVIUM_OCTEON_REFERENCE_BOARD select HW_HAS_PCI select ARCH_SUPPORTS_MSI select ZONE_DMA32 + select USB_ARCH_HAS_OHCI + select USB_ARCH_HAS_EHCI help This option supports all of the Octeon reference boards from Cavium Networks. It builds a kernel that dynamically determines the Octeon |