treewide: strip useless `default n` Kconfig lines
[openwrt/staging/hauke.git] / config / Config-devel.in
index e16e6ecaabb8d57742882a90d680969d6e8f02c4..cbac91c09dacf16bb50afaef295921c0f905dfab 100644 (file)
@@ -4,11 +4,9 @@
 
 menuconfig DEVEL
        bool "Advanced configuration options (for developers)"
-       default n
 
        config BROKEN
                bool "Show broken platforms / packages / devices" if DEVEL
-               default n
 
        config BINARY_FOLDER
                string "Binary folder" if DEVEL
@@ -53,7 +51,6 @@ menuconfig DEVEL
 
        config AUTOREMOVE
                bool "Automatic removal of build directories" if DEVEL
-               default n
                help
                  Automatically delete build directories after make target completed.
                  This allows you to symlink build_dir into a scratch location, e.g. a ramdisk,
@@ -61,7 +58,6 @@ menuconfig DEVEL
 
        config BUILD_ALL_HOST_TOOLS
                bool "Compile all host tools" if DEVEL
-               default n
                help
                  Compile all host host tools even if not needed. This is needed to prepare a
                  universal precompiled host tools archive to use in another buildroot.
@@ -84,7 +80,6 @@ menuconfig DEVEL
 
        config CCACHE
                bool "Use ccache" if DEVEL
-               default n
                help
                  Compiler cache; see https://ccache.samba.org/