diff options
author | Jiri Slaby <jslaby@suse.cz> | 2016-05-23 23:26:20 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-05-24 00:04:14 (GMT) |
commit | c5d2cac0f1caaf7dd21350146fb29c55b3e74249 (patch) | |
tree | 1471af1e22da69a0fb739166b0a8abda4f27382a /drivers/soc/renesas | |
parent | b5637051f1ed48f68370234e879d40d8dd4ab087 (diff) | |
download | linux-c5d2cac0f1caaf7dd21350146fb29c55b3e74249.tar.xz |
kgdb: depends on VT
With VT=n, the kernel build fails with:
drivers/built-in.o: In function `kgdboc_pre_exp_handler':
kgdboc.c:(.text+0x7b5aa): undefined reference to `fg_console'
kgdboc.c:(.text+0x7b5ce): undefined reference to `vc_cons'
kgdboc.c:(.text+0x7b5d5): undefined reference to `vc_cons'
kgdboc.o is built when KGDB_SERIAL_CONSOLE is set. So make
KGDB_SERIAL_CONSOLE depend on HW_CONSOLE which includes those symbols.
Link: http://lkml.kernel.org/r/1459412955-4696-1-git-send-email-jslaby@suse.cz
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Reported-by: "Jim Davis" <jim.epost@gmail.com>
Acked-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/soc/renesas')
0 files changed, 0 insertions, 0 deletions