+
+config ALL
+ bool "Select all packages by default"
+ default n
+
+menuconfig DEVEL
+ bool "Advanced configuration options (for developers)"
+ default n
+ select BUILDOPTS
+ select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
+
+config BROKEN
+ bool
+ prompt "Show broken platforms / packages" if DEVEL
+ default n
+
+config LOCALMIRROR
+ string
+ prompt "Local mirror for source packages" if DEVEL
+
+menuconfig BUILDOPTS
+ bool
+ prompt "Build Options" if DEVEL
+
+config CLEAN_IPKG
+ bool
+ prompt "Clean all ipkg files before building the rootfs" if BUILDOPTS
+ default n
+
+config AUTOREBUILD
+ bool
+ prompt "Automatic rebuild of packages" if BUILDOPTS
+ default y
+ help
+ Automatically rebuild packages when their files change
+
+config BUILD_SUFFIX
+ string
+ prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
+ default ""
+ help
+ Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
+
+config TAR_VERBOSITY
+ bool
+ prompt "Tar verbose" if BUILDOPTS
+ default n
+
+config CCACHE
+ bool
+ prompt "Use ccache" if BUILDOPTS
+ default n
+ help
+ Compiler cache; see http://ccache.samba.org/
+
+config EXTERNAL_KERNEL_TREE
+ string
+ prompt "Use external kernel tree" if DEVEL
+ default ""
+
+config BUILD_DEVELOPER_SYSTEM
+ bool "build a non-stripped system, so gcc can be run natively on target" if DEVEL
+ default n
+
+source "toolchain/Config.in"
+menuconfig BUILDSYSTEM_SETTINGS
+ bool "Buildsystem settings"
+
+config DOWNLOAD_FOLDER
+ string
+ prompt "Download folder"
+ default ""
+ depends BUILDSYSTEM_SETTINGS
+source "target/imagebuilder/Config.in"
+source "target/sdk/Config.in"
+
+source "tmp/.config-package.in"
+