aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorMarc St-Jean <stjeanma@pmc-sierra.com>2007-06-14 17:55:31 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-07-10 12:33:03 -0400
commit9267a30d1dc7dcd7cadb5eb6a5bbfed703feeefa (patch)
tree91fa5a1a4605cdf0a1f1db21e22073b87735ce7a /arch/mips/Kconfig
parent35832e26f95ba14a6b6f0519441c5cb64cca6bf9 (diff)
[MIPS] PMC MSP71xx mips common
Patch to add mips common support for the PMC-Sierra MSP71xx devices. Signed-off-by: Marc St-Jean <Marc_St-Jean@pmc-sierra.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig35
1 files changed, 35 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3994f611ec26..2076d472ea99 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -250,6 +250,7 @@ config MIPS_SIM
250 select DMA_NONCOHERENT 250 select DMA_NONCOHERENT
251 select SYS_HAS_EARLY_PRINTK 251 select SYS_HAS_EARLY_PRINTK
252 select IRQ_CPU 252 select IRQ_CPU
253 select BOOT_RAW
253 select SYS_HAS_CPU_MIPS32_R1 254 select SYS_HAS_CPU_MIPS32_R1
254 select SYS_HAS_CPU_MIPS32_R2 255 select SYS_HAS_CPU_MIPS32_R2
255 select SYS_HAS_EARLY_PRINTK 256 select SYS_HAS_EARLY_PRINTK
@@ -333,6 +334,27 @@ config MACH_VR41XX
333 select SYS_HAS_CPU_VR41XX 334 select SYS_HAS_CPU_VR41XX
334 select GENERIC_HARDIRQS_NO__DO_IRQ 335 select GENERIC_HARDIRQS_NO__DO_IRQ
335 336
337config PMC_MSP
338 bool "PMC-Sierra MSP chipsets"
339 depends on EXPERIMENTAL
340 select DMA_NONCOHERENT
341 select SWAP_IO_SPACE
342 select NO_EXCEPT_FILL
343 select BOOT_RAW
344 select SYS_HAS_CPU_MIPS32_R1
345 select SYS_HAS_CPU_MIPS32_R2
346 select SYS_SUPPORTS_32BIT_KERNEL
347 select SYS_SUPPORTS_BIG_ENDIAN
348 select SYS_SUPPORTS_KGDB
349 select IRQ_CPU
350 select SERIAL_8250
351 select SERIAL_8250_CONSOLE
352 help
353 This adds support for the PMC-Sierra family of Multi-Service
354 Processor System-On-A-Chips. These parts include a number
355 of integrated peripherals, interfaces and DSPs in addition to
356 a variety of MIPS cores.
357
336config PMC_YOSEMITE 358config PMC_YOSEMITE
337 bool "PMC-Sierra Yosemite eval board" 359 bool "PMC-Sierra Yosemite eval board"
338 select DMA_COHERENT 360 select DMA_COHERENT
@@ -706,6 +728,9 @@ config ARC
706config ARCH_MAY_HAVE_PC_FDC 728config ARCH_MAY_HAVE_PC_FDC
707 bool 729 bool
708 730
731config BOOT_RAW
732 bool
733
709config DMA_COHERENT 734config DMA_COHERENT
710 bool 735 bool
711 736
@@ -812,6 +837,12 @@ config IRQ_CPU_RM7K
812config IRQ_CPU_RM9K 837config IRQ_CPU_RM9K
813 bool 838 bool
814 839
840config IRQ_MSP_SLP
841 bool
842
843config IRQ_MSP_CIC
844 bool
845
815config IRQ_MV64340 846config IRQ_MV64340
816 bool 847 bool
817 848
@@ -825,6 +856,9 @@ config MIPS_BOARDS_GEN
825config PCI_GT64XXX_PCI0 856config PCI_GT64XXX_PCI0
826 bool 857 bool
827 858
859config NO_EXCEPT_FILL
860 bool
861
828config MIPS_TX3927 862config MIPS_TX3927
829 bool 863 bool
830 select HAS_TXX9_SERIAL 864 select HAS_TXX9_SERIAL
@@ -886,6 +920,7 @@ config MIPS_L1_CACHE_SHIFT
886 int 920 int
887 default "4" if MACH_DECSTATION || SNI_RM 921 default "4" if MACH_DECSTATION || SNI_RM
888 default "7" if SGI_IP27 922 default "7" if SGI_IP27
923 default "4" if PMC_MSP4200_EVAL
889 default "5" 924 default "5"
890 925
891config HAVE_STD_PC_SERIAL_PORT 926config HAVE_STD_PC_SERIAL_PORT