X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fbase%2FKconfig;fp=drivers%2Fbase%2FKconfig;h=5d6312e3349062cee54d204163bb5407d300a1bb;hb=9ac7849e35f705830f7b016ff272b0ff1f7ff759;hp=1429f3a2629e60003e575bb02c5dd6fe97470e3c;hpb=77a527eadb425b60db3f5f0aae6a4c51c38e35e5;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 1429f3a2..5d6312e 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -37,6 +37,18 @@ config DEBUG_DRIVER If you are unsure about this, say N here. +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