diff options
author | Daniel Laird <daniel.j.laird@nxp.com> | 2008-06-16 10:49:21 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-27 12:18:29 -0400 |
commit | edb6310aaa0dfc3da303a4ba6dff9dce3fbaa8d3 (patch) | |
tree | c57fb86878978d13b4959109f1a9760b18cc177b /arch/mips/Kconfig | |
parent | 537fa37c8606793b9998c35de0abfcb7d549a3f2 (diff) |
MIPS: Add support for NXP PNX833x (STB222/5) into linux kernel
The following patch add support for the NXP PNX833x SOC. More
specifically it adds support for the STB222/5 variant. It fixes
the vectored interrupt issue.
Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 5f149b030c0f..3a83f2a1b240 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -261,6 +261,19 @@ config MACH_VR41XX | |||
261 | select SYS_HAS_CPU_VR41XX | 261 | select SYS_HAS_CPU_VR41XX |
262 | select GENERIC_HARDIRQS_NO__DO_IRQ | 262 | select GENERIC_HARDIRQS_NO__DO_IRQ |
263 | 263 | ||
264 | config NXP_STB220 | ||
265 | bool "NXP STB220 board" | ||
266 | select SOC_PNX833X | ||
267 | help | ||
268 | Support for NXP Semiconductors STB220 Development Board. | ||
269 | |||
270 | config NXP_STB225 | ||
271 | bool "NXP 225 board" | ||
272 | select SOC_PNX833X | ||
273 | select SOC_PNX8335 | ||
274 | help | ||
275 | Support for NXP Semiconductors STB225 Development Board. | ||
276 | |||
264 | config PNX8550_JBS | 277 | config PNX8550_JBS |
265 | bool "NXP PNX8550 based JBS board" | 278 | bool "NXP PNX8550 based JBS board" |
266 | select PNX8550 | 279 | select PNX8550 |
@@ -849,6 +862,24 @@ config MIPS_RM9122 | |||
849 | bool | 862 | bool |
850 | select SERIAL_RM9000 | 863 | select SERIAL_RM9000 |
851 | 864 | ||
865 | config SOC_PNX833X | ||
866 | bool | ||
867 | select CEVT_R4K | ||
868 | select CSRC_R4K | ||
869 | select IRQ_CPU | ||
870 | select DMA_NONCOHERENT | ||
871 | select SYS_HAS_CPU_MIPS32_R2 | ||
872 | select SYS_SUPPORTS_32BIT_KERNEL | ||
873 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
874 | select SYS_SUPPORTS_BIG_ENDIAN | ||
875 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
876 | select GENERIC_GPIO | ||
877 | select CPU_MIPSR2_IRQ_VI | ||
878 | |||
879 | config SOC_PNX8335 | ||
880 | bool | ||
881 | select SOC_PNX833X | ||
882 | |||
852 | config PNX8550 | 883 | config PNX8550 |
853 | bool | 884 | bool |
854 | select SOC_PNX8550 | 885 | select SOC_PNX8550 |