X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Config.in;h=e412338921b185b6d4004067ae2aef2df197fea2;hb=f3a925da0090162a7fb4305fbba9649081d01109;hp=0f131f062395f9f1c6355940987530cd614fd2b4;hpb=6d9af11c8cb11d5deb4f53649c7b96faba88df47;p=openwrt.git diff --git a/Config.in b/Config.in index 0f131f0623..e412338921 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