diff options
author | Wolfgang Grandegger <wg@grandegger.com> | 2010-07-15 05:21:23 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:09 -0400 |
commit | cb8f55b9207df96ccc332748eb3d154cd2e8014f (patch) | |
tree | 7bb11d3b2b30daa660f8c040472b498d90b5bf74 /arch/mips/alchemy/Kconfig | |
parent | f66736532a6bc593a2d7cda68835a79c23836f1b (diff) |
MIPS: Alchemy: Add basic support for the GPR board
From: Wolfgang Grandegger <wg@denx.de>
Add basic support for the General Purpose Router (GPR) board from
Trapeze ITS.
Signed-off-by: Wolfgang Grandegger <wg@denx.de>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1460/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/Kconfig')
-rw-r--r-- | arch/mips/alchemy/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/alchemy/Kconfig b/arch/mips/alchemy/Kconfig index 1179c4d4cf15..2ccfd4a135bc 100644 --- a/arch/mips/alchemy/Kconfig +++ b/arch/mips/alchemy/Kconfig | |||
@@ -128,6 +128,15 @@ config MIPS_XXS1500 | |||
128 | select SYS_SUPPORTS_LITTLE_ENDIAN | 128 | select SYS_SUPPORTS_LITTLE_ENDIAN |
129 | select SYS_HAS_EARLY_PRINTK | 129 | select SYS_HAS_EARLY_PRINTK |
130 | 130 | ||
131 | config MIPS_GPR | ||
132 | bool "Trapeze ITS GPR board" | ||
133 | select SOC_AU1550 | ||
134 | select HW_HAS_PCI | ||
135 | select DMA_NONCOHERENT | ||
136 | select MIPS_DISABLE_OBSOLETE_IDE | ||
137 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
138 | select SYS_HAS_EARLY_PRINTK | ||
139 | |||
131 | endchoice | 140 | endchoice |
132 | 141 | ||
133 | config SOC_AU1000 | 142 | config SOC_AU1000 |