Skip to content
Commit 68362e08 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent c9eaaa97
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