diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-10-08 17:47:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-10-29 14:08:45 -0400 |
commit | 340fbb8b12dd24c83b1e8ff094b8e2c218144217 (patch) | |
tree | 95d9820ba6c2a2645c70ce6b2c2151587f215482 /arch/mips/Kconfig | |
parent | 1643accdaad4625c2877f7ceefa39c1cb3e90117 (diff) |
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 535a08ad69b3..8fbbef95021f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -694,6 +694,8 @@ config CAVIUM_OCTEON_REFERENCE_BOARD | |||
694 | select HW_HAS_PCI | 694 | select HW_HAS_PCI |
695 | select ARCH_SUPPORTS_MSI | 695 | select ARCH_SUPPORTS_MSI |
696 | select ZONE_DMA32 | 696 | select ZONE_DMA32 |
697 | select USB_ARCH_HAS_OHCI | ||
698 | select USB_ARCH_HAS_EHCI | ||
697 | help | 699 | help |
698 | This option supports all of the Octeon reference boards from Cavium | 700 | This option supports all of the Octeon reference boards from Cavium |
699 | Networks. It builds a kernel that dynamically determines the Octeon | 701 | Networks. It builds a kernel that dynamically determines the Octeon |