]> git.baikalelectronics.ru Git - kernel.git/commit
latencytop: Fix kconfig dependency warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 12 Aug 2010 19:31:21 +0000 (12:31 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 17 Aug 2010 07:09:03 +0000 (09:09 +0200)
commite706fd3dea0548b62f95b7f0810c97fde3d1352b
tree187a6b40d5cb40e082449f0810b89d5b5a96180c
parent0ce6b6ea2249573d334b0487ca103b4929e31f3e
latencytop: Fix kconfig dependency warnings

warning: (LATENCYTOP && HAVE_LATENCYTOP_SUPPORT) selects
SCHED_DEBUG which has unmet direct dependencies (DEBUG_KERNEL &&
PROC_FS) warning: (LATENCYTOP && HAVE_LATENCYTOP_SUPPORT) selects
SCHEDSTATS which has unmet direct dependencies (DEBUG_KERNEL && PROC_FS)

Add depends on STACKTRACE_SUPPORT for 'select STACKTRACE'.
Add depends on PROC_FS since that is where the output goes.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Arjan van de Ven <arjan@linux.intel.com>
LKML-Reference: <20100812123121.a7c99cde.randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
lib/Kconfig.debug