X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6d9af11c8cb11d5deb4f53649c7b96faba88df47..82c4f96e0155ea2b344fc12e2613f2a558b28ba9:/Config.in?ds=sidebyside diff --git a/Config.in b/Config.in index 0f131f062..e41233892 100644 --- a/Config.in +++ b/Config.in @@ -124,6 +124,12 @@ config KERNEL_KALLSYMS default n help This will give you more information in stack traces from kernel oopses +config KERNEL_PROFILING + bool "Compile the kernel with profiling enabled" + default n + help + Enable the extended profiling support mechanisms used by profilers such + as OProfile. endmenu @@ -160,6 +166,14 @@ config BUILD_SUFFIX help Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix +config TARGET_ROOTFS_DIR + string + prompt "Override the default TARGET_ROOTFS_DIR variable" if DEVEL + default "" + help + Override the default TARGET_ROOTFS_DIR variable content $(BUILD_DIR) with custom path. + Use this option to re-define the location of the target root file system directory. + config CCACHE bool prompt "Use ccache" if DEVEL