diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 22:56:52 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-11 21:10:29 +0200 |
commit | bc59823bd553c7422170d0d20c83d394c9581aea (patch) | |
tree | c29c7e626da0b758fdef35dc33447b03b0607c3f | |
parent | aa41d377e30fb7750caccb11cdb6109d57146176 (diff) |
Move the global config cache option to an Advanced submenu
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | Config.in | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -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" |