From: Paul Mundt Date: Tue, 11 Sep 2007 06:27:29 +0000 (+0900) Subject: serial: sh-sci: kgdb console build fixes. X-Git-Tag: v2.6.24-rc1~1377^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68362e0857ecf8a9da1ac5f7abceafbcfaa969d7;p=pandora-kernel.git serial: sh-sci: kgdb console build fixes. The kgdb console code requires uart_set_options() and friends, which are only provided by the serial core when console support is enabled. These were sitting under CONFIG_SH_KGDB and resulted in a link error when console support wasn't enabled, work that by rolling the console routines under CONFIG_SH_KGDB_CONSOLE, which they should have been all along. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed