Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] add "depends on BROKEN" to broken boards support
@ 2006-10-06 15:54 Yoichi Yuasa
  2006-10-06 18:31 ` Sergei Shtylyov
  0 siblings, 1 reply; 5+ messages in thread
From: Yoichi Yuasa @ 2006-10-06 15:54 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips

Hi Ralf,

This patch has added "depends on BROKEN" to broken boards support.
These boards cannot build now.

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X mips/Documentation/dontdiff mips-orig/arch/mips/Kconfig mips/arch/mips/Kconfig
--- mips-orig/arch/mips/Kconfig	2006-10-05 22:29:18.893785250 +0900
+++ mips/arch/mips/Kconfig	2006-10-05 22:30:34.042481750 +0900
@@ -121,6 +121,7 @@ config MIPS_MIRAGE
 
 config BASLER_EXCITE
 	bool "Basler eXcite smart camera support"
+	depends on BROKEN
 	select DMA_COHERENT
 	select HW_HAS_PCI
 	select IRQ_CPU
@@ -188,7 +189,7 @@ config MACH_DECSTATION
 
 config MIPS_EV64120
 	bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	depends on BROKEN
 	select DMA_NONCOHERENT
 	select HW_HAS_PCI
 	select MIPS_GT64120
@@ -343,6 +344,7 @@ config MIPS_SIM
 
 config MOMENCO_JAGUAR_ATX
 	bool "Momentum Jaguar board"
+	depends on BROKEN
 	select BOOT_ELF32
 	select DMA_NONCOHERENT
 	select HW_HAS_PCI
@@ -363,6 +365,7 @@ config MOMENCO_JAGUAR_ATX
 
 config MOMENCO_OCELOT
 	bool "Momentum Ocelot board"
+	depends on BROKEN
 	select DMA_NONCOHERENT
 	select HW_HAS_PCI
 	select IRQ_CPU
@@ -380,6 +383,7 @@ config MOMENCO_OCELOT
 
 config MOMENCO_OCELOT_3
 	bool "Momentum Ocelot-3 board"
+	depends on BROKEN
 	select BOOT_ELF32
 	select DMA_NONCOHERENT
 	select HW_HAS_PCI
@@ -399,6 +403,7 @@ config MOMENCO_OCELOT_3
 
 config MOMENCO_OCELOT_C
 	bool "Momentum Ocelot-C board"
+	depends on BROKEN
 	select DMA_NONCOHERENT
 	select HW_HAS_PCI
 	select IRQ_CPU
@@ -416,6 +421,7 @@ config MOMENCO_OCELOT_C
 
 config MOMENCO_OCELOT_G
 	bool "Momentum Ocelot-G board"
+	depends on BROKEN
 	select DMA_NONCOHERENT
 	select HW_HAS_PCI
 	select IRQ_CPU
@@ -511,6 +517,7 @@ config QEMU
 
 config MARKEINS
 	bool "Support for NEC EMMA2RH Mark-eins"
+	depends on BROKEN
 	select DMA_NONCOHERENT
 	select HW_HAS_PCI
 	select IRQ_CPU
@@ -717,6 +724,7 @@ config SNI_RM200_PCI
 
 config TOSHIBA_JMR3927
 	bool "Toshiba JMR-TX3927 board"
+	depends on BROKEN
 	select DMA_NONCOHERENT
 	select HW_HAS_PCI
 	select MIPS_TX3927
@@ -728,6 +736,7 @@ config TOSHIBA_JMR3927
 
 config TOSHIBA_RBTX4927
 	bool "Toshiba TBTX49[23]7 board"
+	depends on BROKEN
 	select DMA_NONCOHERENT
 	select HAS_TXX9_SERIAL
 	select HW_HAS_PCI
@@ -745,6 +754,7 @@ config TOSHIBA_RBTX4927
 
 config TOSHIBA_RBTX4938
 	bool "Toshiba RBTX4938 board"
+	depends on BROKEN
 	select HAVE_STD_PC_SERIAL_PORT
 	select DMA_NONCOHERENT
 	select GENERIC_ISA_DMA

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-10-07 14:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06 15:54 [PATCH] add "depends on BROKEN" to broken boards support Yoichi Yuasa
2006-10-06 18:31 ` Sergei Shtylyov
2006-10-06 21:48   ` Yoichi Yuasa
2006-10-07 13:55     ` Atsushi Nemoto
2006-10-07  4:02       ` Yoichi Yuasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox