Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/printk',...
[linux-2.6-block.git] / kernel / Kconfig.preempt
index 0669b70fa6a3af35c4c67599575a8c2a12154fa4..bf987b95b3560fbd0a7d8a820335100a55e1d105 100644 (file)
@@ -52,13 +52,3 @@ config PREEMPT
 
 endchoice
 
-config RCU_TRACE
-       bool "Enable tracing for RCU - currently stats in debugfs"
-       select DEBUG_FS
-       default y
-       help
-         This option provides tracing in RCU which presents stats
-         in debugfs for debugging RCU implementation.
-
-         Say Y here if you want to enable RCU tracing
-         Say N if you are unsure.