diff options
author | Helge Deller <deller@gmx.de> | 2022-10-01 01:32:07 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-10-11 13:01:24 +0300 |
commit | 027c3d345e2a1ea61d6e4506a250eb392e6e7b18 (patch) | |
tree | 3ab5d76322bf449d54977d5af1a1b85e5775a8dc /lib/Kconfig.kgdb | |
parent | b148766e2b8b7b61c9aef53aefedae33f637a1e7 (diff) | |
download | linux-027c3d345e2a1ea61d6e4506a250eb392e6e7b18.tar.xz |
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.kgdb | 2 |
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 |