rcu: Make a seperate Kconfig menu for RCU

From: Dhaval Giani
Date: Wed Jan 07 2009 - 12:11:57 EST


Hi Paul, Ingo,

On selecting tree RCU, there are a total of 4 different RCU Kconfig options.
Maybe its time to give RCU a menu of its own.

Signed-off-by: Dhaval Giani <dhaval@xxxxxxxxxxxxxxxxxx>

---
init/Kconfig | 4 ++++
1 file changed, 4 insertions(+)

Index: linux-2.6/init/Kconfig
===================================================================
--- linux-2.6.orig/init/Kconfig 2009-01-07 10:18:17.000000000 +0530
+++ linux-2.6/init/Kconfig 2009-01-07 21:01:39.000000000 +0530
@@ -945,6 +945,8 @@ source "block/Kconfig"
config PREEMPT_NOTIFIERS
bool

+menu "RCU related options"
+
choice
prompt "RCU Implementation"
default CLASSIC_RCU
@@ -1032,3 +1034,5 @@ config PREEMPT_RCU_TRACE
help
This option provides tracing for the PREEMPT_RCU implementation,
permitting Makefile to trivially select kernel/rcupreempt_trace.c.
+
+endmenu
--
regards,
Dhaval
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/