From e239d5604ba8bd4cf8a1e2d606204c7372f87d2d Mon Sep 17 00:00:00 2001 From: kergoth Date: Tue, 13 May 2003 18:44:21 +0000 Subject: Add 'experimental' config token, so we can enable/disable all experimental items in one fell swoop. --- (limited to 'config.in') diff --git a/config.in b/config.in index d30f70b..6b63da1 100644 --- a/config.in +++ b/config.in @@ -77,6 +77,10 @@ config OPTIMIZATIONS # to all compilation commands. For example, a crosscompilation prefix # of arm-linux-, results in the build calling arm-linux-gcc as its CC. +config EXPERIMENTAL + bool "Prompt for development and/or incomplete items" + default y + endmenu menu "Base" @@ -155,7 +159,9 @@ menu "Tools" source development/config.in endmenu comment "" + depends on EXPERIMENTAL menu "Experimental" + depends on EXPERIMENTAL source libopie2/config.in endmenu -- cgit v0.9.0.2