drivers/tty/serial/pch_uart.c: add console support
authorAlexander Stein <alexander.stein@systec-electronic.com>
Tue, 15 Nov 2011 23:04:07 +0000 (15:04 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Nov 2011 23:50:31 +0000 (15:50 -0800)
commite30f867d402d6dcc2d03d8dd5da3863f7c83572a
treeb2f6486b5beb598878533bc17dfce275086ede51
parentb82e324b3c46a554595c12b45465d1943a57326c
drivers/tty/serial/pch_uart.c: add console support

Add console support to pch_uart.  To enable append e.g.
console=ttyPCH0,115200 to your kernel command line.

This is not expected work on CM-iTC boards due to their having a different
clock.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/Kconfig
drivers/tty/serial/pch_uart.c