diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-16 11:12:25 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 09:38:18 -0400 |
commit | 73b4390fb23456964201abda79f1210fe337d01a (patch) | |
tree | bc613dfa0a3926bd889025cebbc28ae034b8c854 /arch/mips/Kconfig | |
parent | 36a0a3cd45b49ceff78ac28efef1cbeec413d8c2 (diff) |
[MIPS] Routerboard 532: Support for base system
Signed-off-by: Phil Sutter <n0-1@freewrt.org>
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 30edc395dce7..b9c754f4070c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -558,6 +558,24 @@ config MACH_TX39XX | |||
558 | config MACH_TX49XX | 558 | config MACH_TX49XX |
559 | bool "Toshiba TX49 series based machines" | 559 | bool "Toshiba TX49 series based machines" |
560 | 560 | ||
561 | config MIKROTIK_RB532 | ||
562 | bool "Mikrotik RB532 boards" | ||
563 | select CEVT_R4K | ||
564 | select CSRC_R4K | ||
565 | select DMA_NONCOHERENT | ||
566 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
567 | select HW_HAS_PCI | ||
568 | select IRQ_CPU | ||
569 | select SYS_HAS_CPU_MIPS32_R1 | ||
570 | select SYS_SUPPORTS_32BIT_KERNEL | ||
571 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
572 | select SWAP_IO_SPACE | ||
573 | select BOOT_RAW | ||
574 | select GENERIC_GPIO | ||
575 | help | ||
576 | Support the Mikrotik(tm) RouterBoard 532 series, | ||
577 | based on the IDT RC32434 SoC. | ||
578 | |||
561 | config WR_PPMC | 579 | config WR_PPMC |
562 | bool "Wind River PPMC board" | 580 | bool "Wind River PPMC board" |
563 | select CEVT_R4K | 581 | select CEVT_R4K |
@@ -899,7 +917,7 @@ config BOOT_ELF32 | |||
899 | 917 | ||
900 | config MIPS_L1_CACHE_SHIFT | 918 | config MIPS_L1_CACHE_SHIFT |
901 | int | 919 | int |
902 | default "4" if MACH_DECSTATION | 920 | default "4" if MACH_DECSTATION || MIKROTIK_RB532 |
903 | default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM | 921 | default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM |
904 | default "4" if PMC_MSP4200_EVAL | 922 | default "4" if PMC_MSP4200_EVAL |
905 | default "5" | 923 | default "5" |