]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/Kconfig.kgdb
lib: remove depends on CONFIG_EXPERIMENTAL
[mirror_ubuntu-artful-kernel.git] / lib / Kconfig.kgdb
index 43cb93fa2651263930ae6c0f8181cd43aa119052..77439eb8528df2f4e28e6ffac830d469fca2b9f8 100644 (file)
@@ -5,7 +5,7 @@ config HAVE_ARCH_KGDB
 menuconfig KGDB
        bool "KGDB: kernel debugger"
        depends on HAVE_ARCH_KGDB
-       depends on DEBUG_KERNEL && EXPERIMENTAL
+       depends on DEBUG_KERNEL
        help
          If you say Y here, it will be possible to remotely debug the
          kernel using gdb.  It is recommended but not required, that