]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/Kconfig
[S390] cio: Fix locking when calling notify function.
[linux-2.6-omap-h63xx.git] / drivers / base / Kconfig
index 0b4e22436935d8c4403a5d0dafa8090780cbca3e..5d6312e3349062cee54d204163bb5407d300a1bb 100644 (file)
@@ -37,8 +37,20 @@ config DEBUG_DRIVER
 
          If you are unsure about this, say N here.
 
-endmenu
+config DEBUG_DEVRES
+       bool "Managed device resources verbose debug messages"
+       depends on DEBUG_KERNEL
+       help
+         This option enables kernel parameter devres.log. If set to
+         non-zero, devres debug messages are printed. Select this if
+         you are having a problem with devres or want to debug
+         resource management for a managed device. devres.log can be
+         switched on and off from sysfs node.
+
+         If you are unsure about this, Say N here.
 
 config SYS_HYPERVISOR
        bool
        default n
+
+endmenu