MIPS: Fix build error due to multiple prom_putchar() definitions.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 20:40:25 +0000 (21:40 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 31 Mar 2014 08:16:52 +0000 (10:16 +0200)
commite60865572f81fb2687163fd37ea37cd4283e0bce
tree529842a1923c998d3b2a70fa41f3b9bbdd6b2588
parentb098d6726bbfb94c06d6e1097466187afddae61f
MIPS: Fix build error due to multiple prom_putchar() definitions.

This can happen if both the generic 8250 and another early console
driver are enable.  Fixed by using an auxilliary kconfig symbol to
restrict that choice.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/Kconfig.debug