gettext-full: refresh patches
[openwrt/openwrt.git] / Config.in
index 98e3e046f99085359cbbd40d67810ecc650d962a..b800fc6f4d9a95f28e08c5a7600456497f4bca61 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -230,6 +230,11 @@ menu "Global build settings"
                bool "Compile the kernel with tracing support"
                default n
 
+       config KERNEL_FTRACE_SYSCALLS
+               bool "Trace system calls"
+               depends on KERNEL_FTRACE
+               default n
+
        config KERNEL_ENABLE_DEFAULT_TRACERS
                bool "Trace process context switches and events"
                depends on KERNEL_FTRACE
@@ -303,6 +308,9 @@ menu "Global build settings"
        config KERNEL_RELAY
                bool
 
+       config KERNEL_KEXEC
+               bool "Enable kexec support"
+
        #
        # CGROUP support symbols
        #