kernel: make tracing support configurable
[openwrt/svn-archive/archive.git] / Config.in
index 4231f85aa559cd3d36f29526fec8cb69c406602a..2733ecb6950b3f3c297ed8690a05bd9d0487b400 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -46,7 +46,7 @@ menu "Target Images"
 
                        config TARGET_INITRAMFS_COMPRESSION_XZ
                                bool "xz"
-                               depends LINUX_2_6_38
+                               depends !LINUX_2_6_30&&!LINUX_2_6_31&&!LINUX_2_6_32&&!LINUX_2_6_36&&!LINUX_2_6_37
                endchoice
 
                config EXTERNAL_CPIO
@@ -200,6 +200,15 @@ menu "Global build settings"
                help
                  This will give you more information in stack traces from kernel oopses
 
+       config KERNEL_FTRACE
+               bool "Compile the kernel with tracing support"
+               default n
+
+       config KERNEL_ENABLE_DEFAULT_TRACERS
+               bool "Trace process context switches and events"
+               depends on KERNEL_FTRACE
+               default n
+
        config KERNEL_DEBUG_KERNEL
                bool
                default n