diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2012-07-24 17:28:53 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-24 17:28:53 +0200 |
commit | f35574a3abe4fc85db6d3d7f7915f7e857373155 (patch) | |
tree | 8298fd312ec1331aec44a47b47302e072df36926 /arch/mips/Kconfig | |
parent | c5a48ff81e25c8585dae981a6cc19ed55788cadf (diff) | |
download | blackbird-op-linux-f35574a3abe4fc85db6d3d7f7915f7e857373155.tar.gz blackbird-op-linux-f35574a3abe4fc85db6d3d7f7915f7e857373155.zip |
MIPS: Netlogic: Platform changes for XLS USB
Add USB initialization code, setup resources and add USB platform
driver in mips/netlogic/xlr/platform.c.
Add USB support for XLR/XLS platform in Kconfig.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3759/
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 b3e10fdd3898..96bad981cd42 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -787,6 +787,8 @@ config NLM_XLR_BOARD select ZONE_DMA if 64BIT select SYNC_R4K select SYS_HAS_EARLY_PRINTK + select USB_ARCH_HAS_OHCI if USB_SUPPORT + select USB_ARCH_HAS_EHCI if USB_SUPPORT help Support for systems based on Netlogic XLR and XLS processors. Say Y here if you have a XLR or XLS based board. |