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