--- linux-2.6.22.14/arch/powerpc/platforms/85xx/Kconfig 2008-01-22 13:59:19.000000000 +0200 +++ linux/arch/powerpc/platforms/85xx/Kconfig 2008-01-15 10:59:57.000000000 +0200 @@ -34,13 +34,18 @@ config MPC8544_DS help This option enables support for the MPC8544 DS board +config RB1000 + bool "Mikrotik RB1000" + help + This option enables support for the Mikrotik RB1000 board + endchoice config MPC8540 bool select PPC_UDBG_16550 select PPC_INDIRECT_PCI - default y if MPC8540_ADS || MPC85xx_CDS + default y if MPC8540_ADS || MPC85xx_CDS || RB1000 config MPC8560 bool @@ -55,4 +60,4 @@ config MPC85xx select MPIC select SERIAL_8250_SHARE_IRQ if SERIAL_8250 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ - || MPC85xx_MDS || MPC8544_DS + || MPC85xx_MDS || MPC8544_DS || RB1000