diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2012-07-24 11:28:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-24 11:28:53 -0400 |
commit | f35574a3abe4fc85db6d3d7f7915f7e857373155 (patch) | |
tree | 8298fd312ec1331aec44a47b47302e072df36926 /arch/mips/Kconfig | |
parent | c5a48ff81e25c8585dae981a6cc19ed55788cadf (diff) |
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 | |||
787 | select ZONE_DMA if 64BIT | 787 | select ZONE_DMA if 64BIT |
788 | select SYNC_R4K | 788 | select SYNC_R4K |
789 | select SYS_HAS_EARLY_PRINTK | 789 | select SYS_HAS_EARLY_PRINTK |
790 | select USB_ARCH_HAS_OHCI if USB_SUPPORT | ||
791 | select USB_ARCH_HAS_EHCI if USB_SUPPORT | ||
790 | help | 792 | help |
791 | Support for systems based on Netlogic XLR and XLS processors. | 793 | Support for systems based on Netlogic XLR and XLS processors. |
792 | Say Y here if you have a XLR or XLS based board. | 794 | Say Y here if you have a XLR or XLS based board. |