Commit f7979e50 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 1919/1: S3C2410 - Serial configuration bugfix (missing SERIAL_CORE_CONSOLE)

Patch from Ben Dooks

Fix missing select of SERIAL_CORE_CONSOLE when selecting the
S3C2410 serial console support with no other serial console
selected
parent 686b4f33
...@@ -259,6 +259,7 @@ config SERIAL_S3C2410 ...@@ -259,6 +259,7 @@ config SERIAL_S3C2410
config SERIAL_S3C2410_CONSOLE config SERIAL_S3C2410_CONSOLE
bool "Support for console on S3C2410 serial port" bool "Support for console on S3C2410 serial port"
depends on SERIAL_S3C2410=y depends on SERIAL_S3C2410=y
select SERIAL_CORE_CONSOLE
help help
Allow selection of the S3C2410 on-board serial ports for use as Allow selection of the S3C2410 on-board serial ports for use as
an virtual console. an virtual console.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment