lkml.org 
[lkml]   [2012]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] init/Kconfig: Fix dependency for SCHED_AUTOGROUP
Date
Fix the following build warning:

warning: (SCHED_AUTOGROUP) selects CGROUP_SCHED which has unmet direct dependencies (CGROUPS && EXPERIMENTAL)

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
init/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index 34f6d0c..b5cae89 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -850,6 +850,7 @@ endif # NAMESPACES

config SCHED_AUTOGROUP
bool "Automatic process group scheduling"
+ depends on EXPERIMENTAL
select EVENTFD
select CGROUPS
select CGROUP_SCHED
--
1.7.1


\
 
 \ /
  Last update: 2012-01-10 02:05    [W:0.047 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site