MIPS: Malta: enable Cirrus FB console

While most users of a physical Malta board are using the serial port
as the console, a lot of QEMU users would prefer to interact with a
graphical console. Enable the Cirrus FB support in the Malta default
configuration to make that possible. Note that the default console will
still be the serial port, users have to pass "console=tty0" to the
kernel to use the Cirrus FB.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2001/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by Aurelien Jarno and committed by Ralf Baechle 79aa18d5 92e88b4e

+3
+3
arch/mips/configs/malta_defconfig
··· 369 CONFIG_SERIAL_8250=y 370 CONFIG_SERIAL_8250_CONSOLE=y 371 # CONFIG_HWMON is not set 372 # CONFIG_VGA_CONSOLE is not set 373 CONFIG_HID=m 374 CONFIG_LEDS_CLASS=m 375 CONFIG_LEDS_TRIGGER_TIMER=m
··· 369 CONFIG_SERIAL_8250=y 370 CONFIG_SERIAL_8250_CONSOLE=y 371 # CONFIG_HWMON is not set 372 + CONFIG_FB=y 373 + CONFIG_FB_CIRRUS=y 374 # CONFIG_VGA_CONSOLE is not set 375 + CONFIG_FRAMEBUFFER_CONSOLE=y 376 CONFIG_HID=m 377 CONFIG_LEDS_CLASS=m 378 CONFIG_LEDS_TRIGGER_TIMER=m