]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Move the global config cache option to an Advanced submenu
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Apr 2010 20:56:52 +0000 (22:56 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 11 Apr 2010 19:10:29 +0000 (21:10 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in

index 1d08de7fea8c1b9f9fe768741184bfb1316475da..78e6666ada4fad91e85f056afe8961d552c6d108 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -151,14 +151,6 @@ config BR2_RECENT
        help
          This option show recent versions of packages.
 
-config BR2_CONFIG_CACHE
-       bool "Use a central configure cache file"
-       default y
-       help
-         This determines if a central config cache is used by
-         packages, reducing the configure time for packages as each
-         one caches its findings.
-
 config BR2_ENABLE_DEBUG
        bool "build packages with debugging symbols"
        select BR2_PACKAGE_GDB_SERVER
@@ -318,6 +310,18 @@ config BR2_HAVE_DEVFILES
          Install headers and static libraries in the
          target filesystem
 
+menu "Advanced"
+
+config BR2_CONFIG_CACHE
+       bool "Use a central configure cache file"
+       default y
+       help
+         This determines if a central config cache is used by
+         packages, reducing the configure time for packages as each
+         one caches its findings.
+
+endmenu
+
 endmenu
 
 source "toolchain/Config.in"