Hello.
Yoichi Yuasa wrote:
This patch has added "depends on BROKEN" to broken boards support.
These boards cannot build now.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx>
@@ -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
What's broken about this board?
@@ -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
... and this one?
@@ -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
There's a patch from Atsushi Nemoto still pending commit, IIRC...
WBR, Sergei