X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=init%2FKconfig;h=c8b172efaa65bf9264ecae76422159214f943b95;hb=9f22aae04631ec90eeab804b024de3c658dae406;hp=af958ad26d60087a229baa5eb5e30b214418e8db;hpb=78c4def67e8eebe602655a3dec9aa08f0e2f7c4b;p=pandora-kernel.git diff --git a/init/Kconfig b/init/Kconfig index af958ad26d60..c8b172efaa65 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -485,7 +485,7 @@ config TREE_RCU_TRACE config RCU_BOOST bool "Enable RCU priority boosting" - depends on RT_MUTEXES && TINY_PREEMPT_RCU + depends on RT_MUTEXES && PREEMPT_RCU default n help This option boosts the priority of preempted RCU readers that @@ -827,11 +827,6 @@ config SCHED_AUTOGROUP desktop applications. Task group autogeneration is currently based upon task session. -config SCHED_TTWU_QUEUE - bool - depends on !SPARC32 - default y - config MM_OWNER bool @@ -908,7 +903,6 @@ endif config CC_OPTIMIZE_FOR_SIZE bool "Optimize for size" - default y help Enabling this option will pass "-Os" instead of "-O2" to gcc resulting in a smaller kernel.