-rw-r--r-- | config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -78,4 +78,8 @@ config OPTIMIZATIONS # 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 @@ -156,5 +160,7 @@ menu "Tools" endmenu comment "" + depends on EXPERIMENTAL menu "Experimental" + depends on EXPERIMENTAL source libopie2/config.in endmenu |