diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-07 15:24:44 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 17:39:16 +0100 |
commit | 4b29f6043dbb07823a0a618fb8b35ef3ac83e759 (patch) | |
tree | 60958a8df2a8b5e5cadb0df225753d5500a95f95 | |
parent | 72fbfb260197a52c2bc2583f3e8f15d261d0f924 (diff) | |
download | linux-3.10-4b29f6043dbb07823a0a618fb8b35ef3ac83e759.tar.gz linux-3.10-4b29f6043dbb07823a0a618fb8b35ef3ac83e759.tar.bz2 linux-3.10-4b29f6043dbb07823a0a618fb8b35ef3ac83e759.zip |
[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>
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 80d7ce9e1f9..b4d8095f0c0 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -438,11 +438,13 @@ config MIPS_XXS1500 config PNX8550_V2PCI bool "Philips PNX8550 based Viper2-PCI board" + depends on BROKEN select PNX8550 select SYS_SUPPORTS_LITTLE_ENDIAN config PNX8550_JBS bool "Philips PNX8550 based JBS board" + depends on BROKEN select PNX8550 select SYS_SUPPORTS_LITTLE_ENDIAN |