-rw-r--r-- | config.in | 57 |
1 files changed, 13 insertions, 44 deletions
@@ -1,15 +1,4 @@ mainmenu "Opie Configuration" -menu "Build Parameters" -#choice -# prompt "Build Processor family" -# default BUILD_X86 -# help -# Please select the architecture of the machine you will be -# building the OpenZaurus buildroot on. -# -# config BUILD_X86 -# boolean "X86 Architecture" -# -#endchoice +menu "Build Parameters" @@ -28,5 +17,2 @@ choice -# config TARGET_OZ -# boolean "Sharp Zaurus SL-5x00 - OpenZaurus" - config TARGET_IPAQ @@ -49,7 +35,6 @@ config DEBUG default n - - config RELEASE - bool - default y - depends ! DEBUG +config RELEASE + bool + default y + depends !DEBUG @@ -61,3 +46,2 @@ config SPECFILE default "linux-g++" if TARGET_SHARP && X11 -# default "linux-oz-g++" if TARGET_OZ default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) @@ -75,3 +59,2 @@ config CUSTOMFILE default "custom-ipaq.h" if TARGET_SIMPAD - @@ -85,10 +68,2 @@ config OPTIMIZATIONS -#config CROSS -# string "Crosscompilation prefix" -# default "arm-linux-" -# help -# Crosscompilation prefix is the prefix which will be prepended -# 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 @@ -103,3 +78,2 @@ menu "Base" default LIBQPE - source library/config.in @@ -116,9 +90,3 @@ comment "" -#config APPLETS -# bool "Applets" -# default "y" - menu "Applets" -# depends APPLETS - source core/applets/config.in @@ -127,9 +95,3 @@ endmenu -#config APPS -# bool "Apps" -# default "y" - menu "Apps" -# depends APPS - source core/apps/config.in @@ -143,2 +105,3 @@ menu "Communications and Networking" endmenu + menu "Games" @@ -146,2 +109,3 @@ menu "Games" endmenu + menu "Graphics and Multimedia" @@ -152,2 +116,3 @@ menu "Graphics and Multimedia" endmenu + menu "Input methods" @@ -155,2 +120,3 @@ menu "Input methods" endmenu + menu "Pim" @@ -162,2 +128,3 @@ menu "Pim" endmenu + menu "Settings" @@ -166,2 +133,3 @@ menu "Settings" endmenu + menu "Theming" @@ -170,2 +138,3 @@ menu "Theming" endmenu + menu "Tools" @@ -174,2 +143,3 @@ menu "Tools" endmenu + comment "" @@ -180,2 +150 @@ menu "Experimental" endmenu - |