aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-06-07 10:24:44 -0400
committerRalf Baechle <ralf@linux-mips.org>2006-06-19 12:39:16 -0400
commit4b29f6043dbb07823a0a618fb8b35ef3ac83e759 (patch)
tree60958a8df2a8b5e5cadb0df225753d5500a95f95 /arch
parent72fbfb260197a52c2bc2583f3e8f15d261d0f924 (diff)
[MIPS] Mark PNX8550 support broken.
Broken in too many way for me to fix it for 2.6.17. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 80d7ce9e1f94..b4d8095f0c0a 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -438,11 +438,13 @@ config MIPS_XXS1500
438 438
439config PNX8550_V2PCI 439config PNX8550_V2PCI
440 bool "Philips PNX8550 based Viper2-PCI board" 440 bool "Philips PNX8550 based Viper2-PCI board"
441 depends on BROKEN
441 select PNX8550 442 select PNX8550
442 select SYS_SUPPORTS_LITTLE_ENDIAN 443 select SYS_SUPPORTS_LITTLE_ENDIAN
443 444
444config PNX8550_JBS 445config PNX8550_JBS
445 bool "Philips PNX8550 based JBS board" 446 bool "Philips PNX8550 based JBS board"
447 depends on BROKEN
446 select PNX8550 448 select PNX8550
447 select SYS_SUPPORTS_LITTLE_ENDIAN 449 select SYS_SUPPORTS_LITTLE_ENDIAN
448 450