summaryrefslogtreecommitdiffstats
path: root/rules/Kconfig
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-01-06 16:20:25 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-09 10:28:42 +0100
commit1b168961ca9be51cbba4da132e6335ae57bb98a6 (patch)
tree071425022a2a307b901858fb44add7c32b31c120 /rules/Kconfig
parente39dba17a4074d3d741f8883c3df4aa3f1dd7331 (diff)
downloadptxdist-1b168961ca9be51cbba4da132e6335ae57bb98a6.tar.gz
ptxdist-1b168961ca9be51cbba4da132e6335ae57bb98a6.tar.xz
introduce staging menu
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/Kconfig')
-rw-r--r--rules/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/Kconfig b/rules/Kconfig
index d98ba0d14..ada5b0ccf 100644
--- a/rules/Kconfig
+++ b/rules/Kconfig
@@ -127,3 +127,19 @@ menu "Bare Metal "
source "generated/bare_metal.in"
endmenu
+comment "------------------------------------"
+
+menuconfig STAGING
+ prompt "Staging "
+ bool
+ default y
+ help
+ Packages that are unmaintained and somewhat broken are moved here
+ to give users the change to fix them. A package is removed if it
+ is not fixed after one year in staging.
+ The package help text should indicate when the package will be
+ removed.
+
+if STAGING
+source "generated/staging.in"
+endif