Commit e024cbd257efc2788b7d21b9353e966267485c87

Authored by Jan Engelhardt
Committed by Jason Wessel
1 parent 688b744d8b

kgdb: kconfig fix xconfig/menuconfig element

Kconfig.kgdb: fix menuconfig element

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>

Showing 1 changed file with 9 additions and 7 deletions Side-by-side Diff

1 1  
  2 +config HAVE_ARCH_KGDB_SHADOW_INFO
  3 + bool
  4 +
  5 +config HAVE_ARCH_KGDB
  6 + bool
  7 +
2 8 menuconfig KGDB
3 9 bool "KGDB: kernel debugging with remote gdb"
4 10 select FRAME_POINTER
5 11  
6 12  
... ... @@ -10,15 +16,10 @@
10 16 at http://kgdb.sourceforge.net as well as in DocBook form
11 17 in Documentation/DocBook/. If unsure, say N.
12 18  
13   -config HAVE_ARCH_KGDB_SHADOW_INFO
14   - bool
  19 +if KGDB
15 20  
16   -config HAVE_ARCH_KGDB
17   - bool
18   -
19 21 config KGDB_SERIAL_CONSOLE
20 22 tristate "KGDB: use kgdb over the serial console"
21   - depends on KGDB
22 23 select CONSOLE_POLL
23 24 select MAGIC_SYSRQ
24 25 default y
... ... @@ -28,7 +29,6 @@
28 29  
29 30 config KGDB_TESTS
30 31 bool "KGDB: internal test suite"
31   - depends on KGDB
32 32 default n
33 33 help
34 34 This is a kgdb I/O module specifically designed to test
... ... @@ -56,4 +56,6 @@
56 56 boot. See the drivers/misc/kgdbts.c for detailed
57 57 information about other strings you could use beyond the
58 58 default of V1F100.
  59 +
  60 +endif # KGDB