summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.kgdb
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-10-01 00:32:07 +0200
committerHelge Deller <deller@gmx.de>2022-10-11 12:01:24 +0200
commit027c3d345e2a1ea61d6e4506a250eb392e6e7b18 (patch)
tree3ab5d76322bf449d54977d5af1a1b85e5775a8dc /lib/Kconfig.kgdb
parentb148766e2b8b7b61c9aef53aefedae33f637a1e7 (diff)
downloadlinux-stable-027c3d345e2a1ea61d6e4506a250eb392e6e7b18.tar.gz
linux-stable-027c3d345e2a1ea61d6e4506a250eb392e6e7b18.tar.bz2
linux-stable-027c3d345e2a1ea61d6e4506a250eb392e6e7b18.zip
parisc: Convert PDC console to an early console
Rewrite the PDC console to become an early console. Beside the fact that now boot information is visible until another (text- or graphics) console takes over, this benefits as well machines with a yet-unsupported STI console and kgdb. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'lib/Kconfig.kgdb')
-rw-r--r--lib/Kconfig.kgdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb
index 05dae05b6cc9..3b9a44008433 100644
--- a/lib/Kconfig.kgdb
+++ b/lib/Kconfig.kgdb
@@ -121,7 +121,7 @@ config KDB_DEFAULT_ENABLE
config KDB_KEYBOARD
bool "KGDB_KDB: keyboard as input device"
- depends on VT && KGDB_KDB
+ depends on VT && KGDB_KDB && !PARISC
default n
help
KDB can use a PS/2 type keyboard for an input device