kgdb: Kconfig fix
ERROR: "uart_parse_options" [drivers/serial/serial_core.ko] undefined! Cc: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
e8d31c204e
commit
4a1b5502d4
1 changed files with 1 additions and 1 deletions
|
@ -1771,7 +1771,7 @@ static int uart_read_proc(char *page, char **start, off_t off,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_SERIAL_CORE_CONSOLE
|
#if defined(CONFIG_SERIAL_CORE_CONSOLE) || defined(CONFIG_CONSOLE_POLL)
|
||||||
/*
|
/*
|
||||||
* uart_console_write - write a console message to a serial port
|
* uart_console_write - write a console message to a serial port
|
||||||
* @port: the port to write the message
|
* @port: the port to write the message
|
||||||
|
|
Loading…
Reference in a new issue