[kernel] aec62xx is working with kernel 2.6.28 agagin.
[openwrt/svn-archive/archive.git] / Config.in
index 0f131f062395f9f1c6355940987530cd614fd2b4..e412338921b185b6d4004067ae2aef2df197fea2 100644 (file)
--- 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