diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-11-10 07:03:26 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 17:02:06 -0500 |
commit | 64cd04d0cffa3b3af0e81aa3112b71f135739e1a (patch) | |
tree | 7c66ce3a94ae3cc638a88fd2e55a86bcaf760880 /arch/mips/alchemy/Kconfig | |
parent | 809f36c6f4a0568178c909ff1096ca83eae33f7d (diff) |
MIPS: Alchemy: Basic support for the DB1300 board.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2867/
Patchwork: https://patchwork.linux-mips.org/patch/2919/
Patchwork: https://patchwork.linux-mips.org/patch/2928/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/Kconfig')
-rw-r--r-- | arch/mips/alchemy/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/alchemy/Kconfig b/arch/mips/alchemy/Kconfig index 766badaef3b0..f9a13beada4a 100644 --- a/arch/mips/alchemy/Kconfig +++ b/arch/mips/alchemy/Kconfig | |||
@@ -49,6 +49,14 @@ config MIPS_DB1200 | |||
49 | select SYS_SUPPORTS_LITTLE_ENDIAN | 49 | select SYS_SUPPORTS_LITTLE_ENDIAN |
50 | select SYS_HAS_EARLY_PRINTK | 50 | select SYS_HAS_EARLY_PRINTK |
51 | 51 | ||
52 | config MIPS_DB1300 | ||
53 | bool "NetLogic DB1300 board" | ||
54 | select ALCHEMY_GPIOINT_AU1300 | ||
55 | select DMA_COHERENT | ||
56 | select MIPS_DISABLE_OBSOLETE_IDE | ||
57 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
58 | select SYS_HAS_EARLY_PRINTK | ||
59 | |||
52 | config MIPS_DB1500 | 60 | config MIPS_DB1500 |
53 | bool "Alchemy DB1500 board" | 61 | bool "Alchemy DB1500 board" |
54 | select ALCHEMY_GPIOINT_AU1000 | 62 | select ALCHEMY_GPIOINT_AU1000 |