summaryrefslogtreecommitdiff
path: root/config.in
authorschurig <schurig>2003-06-14 05:56:30 (UTC)
committer schurig <schurig>2003-06-14 05:56:30 (UTC)
commitbbb4e35556d1d1a759dbe99bc155ecfc45e49c1b (patch) (side-by-side diff)
treed586fc131cc324b2e9223f0415aa29f3a841ad94 /config.in
parent006f7b028f03232e51dd6ceab35a7d492288fd22 (diff)
downloadopie-bbb4e35556d1d1a759dbe99bc155ecfc45e49c1b.zip
opie-bbb4e35556d1d1a759dbe99bc155ecfc45e49c1b.tar.gz
opie-bbb4e35556d1d1a759dbe99bc155ecfc45e49c1b.tar.bz2
just whitespace and comment changes
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in57
1 files changed, 13 insertions, 44 deletions
diff --git a/config.in b/config.in
index f930b2e..4e8dfcd 100644
--- a/config.in
+++ b/config.in
@@ -1,20 +1,9 @@
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"
choice
prompt "Target Machine"
default TARGET_X86
help
Please select the architecture of the machine you will be
@@ -23,15 +12,12 @@ choice
config TARGET_X86
boolean "Intel X86"
config TARGET_SHARP
boolean "Sharp Zaurus SL-5x00 - stock"
-# config TARGET_OZ
-# boolean "Sharp Zaurus SL-5x00 - OpenZaurus"
-
config TARGET_IPAQ
boolean "iPAQ"
config TARGET_RAMSES
boolean "Ramses"
@@ -44,25 +30,23 @@ config OPTIMIZE
boolean "Use optimizations"
default "y" if ! TARGET_X86
config DEBUG
boolean "Enable debug builds"
default n
-
- config RELEASE
- bool
- default y
- depends ! DEBUG
+config RELEASE
+ bool
+ default y
+ depends !DEBUG
config SPECFILE
string
default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
default "linux-g++" if TARGET_X86 && X11
default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
default "linux-g++" if TARGET_SHARP && X11
-# default "linux-oz-g++" if TARGET_OZ
default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
default "linux-g++" if TARGET_IPAQ && X11
default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11)
default "linux-g++" if TARGET_RAMSES && X11
default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11)
default "linux-g++" if TARGET_SIMPAD && X11
@@ -70,112 +54,97 @@ config SPECFILE
config CUSTOMFILE
string
default "custom-ipaq.h" if TARGET_IPAQ
default "custom-sharp.h" if TARGET_SHARP
default "custom-ramses.h" if TARGET_RAMSES
default "custom-ipaq.h" if TARGET_SIMPAD
-
config OPTIMIZATIONS
string "Optimization flags"
depends OPTIMIZE
default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ
default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP
default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES
default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD
-#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
bool "Prompt for development and/or incomplete items"
default y
endmenu
menu "Base"
choice
prompt "Qpe Library Selection"
default LIBQPE
-
source library/config.in
source x11/config.in
endchoice
source libopie/config.in
source core/opie-login/config.in
source core/opiealarm/config.in
source core/launcher/config.in
source core/qws/config.in
endmenu
comment ""
-#config APPLETS
-# bool "Applets"
-# default "y"
-
menu "Applets"
-# depends APPLETS
-
source core/applets/config.in
source noncore/applets/config.in
endmenu
-#config APPS
-# bool "Apps"
-# default "y"
-
menu "Apps"
-# depends APPS
-
source core/apps/config.in
source noncore/apps/config.in
endmenu
menu "Communications and Networking"
source noncore/comm/config.in
source noncore/mail/config.in
source noncore/net/config.in
endmenu
+
menu "Games"
source noncore/games/config.in
endmenu
+
menu "Graphics and Multimedia"
source freetype/config.in
source noncore/graphics/config.in
source core/multimedia/config.in
source noncore/multimedia/config.in
endmenu
+
menu "Input methods"
source inputmethods/config.in
endmenu
+
menu "Pim"
source core/pim/config.in
menu "Today Plugins"
source noncore/todayplugins/config.in
source core/pim/today/plugins/config.in
endmenu
endmenu
+
menu "Settings"
source core/settings/config.in
source noncore/settings/config.in
endmenu
+
menu "Theming"
source noncore/decorations/config.in
source noncore/styles/config.in
endmenu
+
menu "Tools"
source noncore/tools/config.in
source development/config.in
endmenu
+
comment ""
depends on EXPERIMENTAL
menu "Experimental"
depends on EXPERIMENTAL
source libopie2/config.in
endmenu
-