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) (unidiff)
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,15 +1,4 @@
1mainmenu "Opie Configuration" 1mainmenu "Opie Configuration"
2menu "Build Parameters"
3 2
4#choice 3menu "Build Parameters"
5# prompt "Build Processor family"
6# default BUILD_X86
7# help
8# Please select the architecture of the machine you will be
9# building the OpenZaurus buildroot on.
10#
11# config BUILD_X86
12# boolean "X86 Architecture"
13#
14#endchoice
15 4
@@ -28,5 +17,2 @@ choice
28 17
29# config TARGET_OZ
30# boolean "Sharp Zaurus SL-5x00 - OpenZaurus"
31
32 config TARGET_IPAQ 18 config TARGET_IPAQ
@@ -49,7 +35,6 @@ config DEBUG
49 default n 35 default n
50 36config RELEASE
51 config RELEASE 37 bool
52 bool 38 default y
53 default y 39 depends !DEBUG
54 depends ! DEBUG
55 40
@@ -61,3 +46,2 @@ config SPECFILE
61 default "linux-g++" if TARGET_SHARP && X11 46 default "linux-g++" if TARGET_SHARP && X11
62# default "linux-oz-g++" if TARGET_OZ
63 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) 47 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
@@ -75,3 +59,2 @@ config CUSTOMFILE
75 default "custom-ipaq.h" if TARGET_SIMPAD 59 default "custom-ipaq.h" if TARGET_SIMPAD
76
77 60
@@ -85,10 +68,2 @@ config OPTIMIZATIONS
85 68
86#config CROSS
87# string "Crosscompilation prefix"
88# default "arm-linux-"
89# help
90# Crosscompilation prefix is the prefix which will be prepended
91# to all compilation commands. For example, a crosscompilation prefix
92# of arm-linux-, results in the build calling arm-linux-gcc as its CC.
93
94config EXPERIMENTAL 69config EXPERIMENTAL
@@ -103,3 +78,2 @@ menu "Base"
103 default LIBQPE 78 default LIBQPE
104
105 source library/config.in 79 source library/config.in
@@ -116,9 +90,3 @@ comment ""
116 90
117#config APPLETS
118# bool "Applets"
119# default "y"
120
121menu "Applets" 91menu "Applets"
122# depends APPLETS
123
124 source core/applets/config.in 92 source core/applets/config.in
@@ -127,9 +95,3 @@ endmenu
127 95
128#config APPS
129# bool "Apps"
130# default "y"
131
132menu "Apps" 96menu "Apps"
133# depends APPS
134
135 source core/apps/config.in 97 source core/apps/config.in
@@ -143,2 +105,3 @@ menu "Communications and Networking"
143endmenu 105endmenu
106
144menu "Games" 107menu "Games"
@@ -146,2 +109,3 @@ menu "Games"
146endmenu 109endmenu
110
147menu "Graphics and Multimedia" 111menu "Graphics and Multimedia"
@@ -152,2 +116,3 @@ menu "Graphics and Multimedia"
152endmenu 116endmenu
117
153menu "Input methods" 118menu "Input methods"
@@ -155,2 +120,3 @@ menu "Input methods"
155endmenu 120endmenu
121
156menu "Pim" 122menu "Pim"
@@ -162,2 +128,3 @@ menu "Pim"
162endmenu 128endmenu
129
163menu "Settings" 130menu "Settings"
@@ -166,2 +133,3 @@ menu "Settings"
166endmenu 133endmenu
134
167menu "Theming" 135menu "Theming"
@@ -170,2 +138,3 @@ menu "Theming"
170endmenu 138endmenu
139
171menu "Tools" 140menu "Tools"
@@ -174,2 +143,3 @@ menu "Tools"
174endmenu 143endmenu
144
175comment "" 145comment ""
@@ -180,2 +150 @@ menu "Experimental"
180endmenu endmenu
181