commit | 4828d5c30a2e1d300f7ca7c15868cead2ef7fb29 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Oct 23 22:31:16 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Dec 13 19:59:48 2015 -0800 |
tree | 6b8d8e5ef0fcb1bb11e259a3892cfd507e5518ec | |
parent | fbccaca9bd099e3b8bc6dfabb8dc6f57ad83d1a8 [diff] |
serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE This UART driver should not depend on the console. They should be orthogonal. Surround the earlycon code with CONFIG_SERIAL_EARLYCON conditional and rip off "depends on SERIAL_8250_CONSOLE". Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>