aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.kgdb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb
index 78de43a5e902..ee8ae7132f20 100644
--- a/lib/Kconfig.kgdb
+++ b/lib/Kconfig.kgdb
@@ -63,4 +63,11 @@ config KGDB_KDB
63 help 63 help
64 KDB frontend for kernel 64 KDB frontend for kernel
65 65
66config KDB_KEYBOARD
67 bool "KGDB_KDB: keyboard as input device"
68 depends on VT && KGDB_KDB
69 default n
70 help
71 KDB can use a PS/2 type keyboard for an input device
72
66endif # KGDB 73endif # KGDB