From: Linus Torvalds Date: Tue, 29 Oct 2013 15:33:36 +0000 (-0700) Subject: Kconfig: make KOBJECT_RELEASE debugging require timer debugging X-Git-Tag: v3.12~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a999aa0a10f4d0d9a57a06974df620f8a856239;p=pandora-kernel.git Kconfig: make KOBJECT_RELEASE debugging require timer debugging Without the timer debugging, the delayed kobject release will just result in undebuggable oopses if it triggers any latent bugs. That doesn't actually help debugging at all. So make DEBUG_KOBJECT_RELEASE depend on DEBUG_OBJECTS_TIMERS to avoid having people enable one without the other. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed