ARM: multi_v7_defconfig: Enable serial console on RPi 3
authorTuomas Tynkkynen <tuomas@tuxera.com>
Wed, 7 Feb 2018 00:53:09 +0000 (02:53 +0200)
committerEric Anholt <eric@anholt.net>
Thu, 22 Feb 2018 20:13:24 +0000 (12:13 -0800)
The Raspberry Pi 3 uses the 8250-based auxilary UART of the BCM2837 SoC
as the primary serial console of the board, so enable it in the
multiplatform defconfig.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Anholt <eric@anholt.net>
arch/arm/configs/multi_v7_defconfig

index da7387689b88fbabf2e5dc0df5c7fc22d6bf74ac..f77bd01c79271e9c53e0c4efa56755968e44eb47 100644 (file)
@@ -312,6 +312,9 @@ CONFIG_INPUT_ADXL34X=m
 CONFIG_SERIO_AMBAKMI=y
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_BCM2835AUX=y
 CONFIG_SERIAL_8250_DW=y
 CONFIG_SERIAL_8250_EM=y
 CONFIG_SERIAL_8250_MT6577=y