On Thu, Aug 02, 2007 at 12:58:50PM +0200, Imre Kaloz wrote: > The new upstream SiByte DUART driver uses a different config option then > the old one, so the SiByte target doesn't compile currently. > This patch fixes the problem. > > Signed-off-by: Imre Kaloz <kaloz@xxxxxxxxxxx> Hmm... You just found the tip of the iceberg ... $ git grep -w CONFIG_SIBYTE_SB1250_DUART | cat - arch/mips/configs/bigsur_defconfig:CONFIG_SIBYTE_SB1250_DUART=y arch/mips/configs/sb1250-swarm_defconfig:CONFIG_SIBYTE_SB1250_DUART=y arch/mips/sibyte/bcm1480/irq.c:#ifdef CONFIG_SIBYTE_SB1250_DUART arch/mips/sibyte/bcm1480/irq.c:#ifdef CONFIG_SIBYTE_SB1250_DUART arch/mips/sibyte/cfe/console.c:#ifdef CONFIG_SIBYTE_SB1250_DUART arch/mips/sibyte/sb1250/irq.c:#ifdef CONFIG_SIBYTE_SB1250_DUART arch/mips/sibyte/sb1250/irq.c:#ifdef CONFIG_SIBYTE_SB1250_DUART Ralf