|
@@ -5,7 +5,7 @@ config HAVE_ARCH_KGDB
|
|
|
menuconfig KGDB
|
|
menuconfig KGDB
|
|
|
bool "KGDB: kernel debugger"
|
|
bool "KGDB: kernel debugger"
|
|
|
depends on HAVE_ARCH_KGDB
|
|
depends on HAVE_ARCH_KGDB
|
|
|
- depends on DEBUG_KERNEL && EXPERIMENTAL
|
|
|
|
|
|
|
+ depends on DEBUG_KERNEL
|
|
|
help
|
|
help
|
|
|
If you say Y here, it will be possible to remotely debug the
|
|
If you say Y here, it will be possible to remotely debug the
|
|
|
kernel using gdb. It is recommended but not required, that
|
|
kernel using gdb. It is recommended but not required, that
|