summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/config.in b/config.in
index 323ca51..f913aad 100644
--- a/config.in
+++ b/config.in
@@ -1,283 +1,275 @@
1mainmenu "Opie Configuration" 1mainmenu "Opie Configuration"
2 2
3menu "Build Parameters" 3menu "Build Parameters"
4 4
5choice 5choice
6 prompt "Target Machine" 6 prompt "Target Machine"
7 default TARGET_X86 7 default TARGET_X86
8 help 8 help
9 Please select the architecture of the machine you will be 9 Please select the architecture of the machine you will be
10 building the OpenZaurus buildroot for. 10 building the OpenZaurus buildroot for.
11 11
12 config TARGET_X86 12 config TARGET_X86
13 boolean "Intel X86" 13 boolean "Intel X86"
14 14
15 config TARGET_MACOSX 15 config TARGET_MACOSX
16 boolean "Mac OS X (DARWIN)" 16 boolean "Mac OS X (DARWIN)"
17 17
18 config TARGET_SHARP 18 config TARGET_SHARP
19 boolean "Sharp Zaurus w/ SA1100 (5000 and 5500)" 19 boolean "Sharp Zaurus w/ SA1100 (5000 and 5500)"
20 20
21 config TARGET_C700 21 config TARGET_C700
22 boolean "Sharp Zaurus w/ PXA25x (5600, C7x0, C8x0)" 22 boolean "Sharp Zaurus w/ PXA25x (5600, C7x0, C8x0)"
23 23
24 config TARGET_OE 24 config TARGET_OE
25 boolean "OpenEmbedded w/ OE build dir set below" 25 boolean "OpenEmbedded w/ OE build dir set below"
26 26
27 config TARGET_IPAQ 27 config TARGET_IPAQ
28 boolean "iPAQ" 28 boolean "iPAQ"
29 29
30 config TARGET_RAMSES 30 config TARGET_RAMSES
31 boolean "Ramses" 31 boolean "Ramses"
32 32
33 config TARGET_SIMPAD 33 config TARGET_SIMPAD
34 boolean "SIMpad" 34 boolean "SIMpad"
35 35
36 config TARGET_YOPY 36 config TARGET_YOPY
37 boolean "Yopy 3500/3700" 37 boolean "Yopy 3500/3700"
38endchoice 38endchoice
39 39
40config OE_BUILD_DIR 40config OE_BUILD_DIR
41 depends TARGET_OE 41 depends TARGET_OE
42 string "OE build directory" 42 string "OE build directory"
43 default ">>>set OpenEmbedded build directory here<<<" 43 default ">>>set OpenEmbedded build directory here<<<"
44 44
45config OE_HOST_SYS 45config OE_HOST_SYS
46 depends TARGET_OE 46 depends TARGET_OE
47 string "OE host system" 47 string "OE host system"
48 default "i686-linux" 48 default "i686-linux"
49 49
50config OPTIMIZE 50config OPTIMIZE
51 boolean "Use optimizations" 51 boolean "Use optimizations"
52 default "y" if ! TARGET_X86 52 default "y" if ! TARGET_X86
53 53
54config THREADED 54config THREADED
55 boolean "Enable threaded build" 55 boolean "Enable threaded build"
56 default "n" 56 default "n"
57 57
58config STATIC 58config STATIC
59 boolean "Build static libraries" 59 boolean "Build static libraries"
60 default "n" 60 default "n"
61 61
62config DEBUG 62config DEBUG
63 boolean "Enable debug builds" 63 boolean "Enable debug builds"
64 default n 64 default n
65 65
66config RELEASE 66config RELEASE
67 bool 67 bool
68 default y 68 default y
69 depends !DEBUG 69 depends !DEBUG
70 70
71config QUICK_LAUNCH 71config QUICK_LAUNCH
72 boolean "Enable Quick Launch" 72 boolean "Enable Quick Launch"
73 default n if TARGET_X86 73 default n if TARGET_X86
74 default y if ! TARGET_X86 74 default y if ! TARGET_X86
75 75
76config QUICKLAUNCH_PATH 76config QUICKLAUNCH_PATH
77 string "Path to quicklauncher" 77 string "Path to quicklauncher"
78 default "./quicklauncher" if TARGET_X86 78 default "./quicklauncher" if TARGET_X86
79 default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 79 default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86
80 80
81config SPECFILE 81config SPECFILE
82 string 82 string
83 default "qws/linux-generic-g++" if TARGET_X86 && (! X11) 83 default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
84 default "linux-g++" if TARGET_X86 && X11 84 default "linux-g++" if TARGET_X86 && X11
85 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) 85 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
86 default "linux-g++" if TARGET_SHARP && X11 86 default "linux-g++" if TARGET_SHARP && X11
87 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) 87 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
88 default "linux-g++" if TARGET_IPAQ && X11 88 default "linux-g++" if TARGET_IPAQ && X11
89 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) 89 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11)
90 default "linux-g++" if TARGET_RAMSES && X11 90 default "linux-g++" if TARGET_RAMSES && X11
91 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) 91 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11)
92 default "linux-g++" if TARGET_SIMPAD && X11 92 default "linux-g++" if TARGET_SIMPAD && X11
93 default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) 93 default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11)
94 default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) 94 default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11)
95 default "qws/linux-oe-g++" if TARGET_OE && (!X11) 95 default "qws/linux-oe-g++" if TARGET_OE && (!X11)
96 96
97config CUSTOMFILE 97config CUSTOMFILE
98 string 98 string
99 default "custom-ipaq.h" if TARGET_IPAQ 99 default "custom-ipaq.h" if TARGET_IPAQ
100 default "custom-sharp.h" if TARGET_SHARP 100 default "custom-sharp.h" if TARGET_SHARP
101 default "custom-ramses.h" if TARGET_RAMSES 101 default "custom-ramses.h" if TARGET_RAMSES
102 default "custom-ipaq.h" if TARGET_SIMPAD 102 default "custom-ipaq.h" if TARGET_SIMPAD
103 default "custom-yopy.h" if TARGET_YOPY 103 default "custom-yopy.h" if TARGET_YOPY
104 104
105config OPTIMIZATIONS 105config OPTIMIZATIONS
106 string "Optimization flags" 106 string "Optimization flags"
107 depends OPTIMIZE 107 depends OPTIMIZE
108 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ 108 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ
109 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY 109 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY
110 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP 110 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP
111 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES 111 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES
112 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD 112 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD
113 default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 113 default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700
114 114
115config EXPERIMENTAL 115config EXPERIMENTAL
116 bool "Prompt for development and/or incomplete items" 116 bool "Prompt for development and/or incomplete items"
117 default y 117 default y
118 118
119config USE_CCACHE 119config USE_CCACHE
120 bool "Use ccache, if available?" 120 bool "Use ccache, if available?"
121 default y 121 default y
122 122
123endmenu 123endmenu
124 124
125menu "Configuration" 125menu "Configuration"
126config OPIE_NO_OVERRIDE_QT
127 boolean "Build Opie against an unpatched version of Qt"
128 default n
129
130config OPIE_NO_ERASERECT_FIX
131 boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe"
132 default n
133
134config OPIE_NO_BUILTIN_SHUTDOWN 126config OPIE_NO_BUILTIN_SHUTDOWN
135 boolean "Disable the built in shutdown application" 127 boolean "Disable the built in shutdown application"
136 default y 128 default y
137 129
138config OPIE_NO_BUILTIN_CALIBRATE 130config OPIE_NO_BUILTIN_CALIBRATE
139 boolean "Disable the built in calibrate application" 131 boolean "Disable the built in calibrate application"
140 default y if TARGET_YOPY 132 default y if TARGET_YOPY
141 default n if ! TARGET_YOPY 133 default n if ! TARGET_YOPY
142 134
143config OPIE_SOUND_FRAGMENT_SHIFT 135config OPIE_SOUND_FRAGMENT_SHIFT
144 string "The sound fragment used in Opie Player I" 136 string "The sound fragment used in Opie Player I"
145 default "14" if TARGET_IPAQ 137 default "14" if TARGET_IPAQ
146 default "16" if ! TARGET_IPAQ 138 default "16" if ! TARGET_IPAQ
147 139
148config USE_REALTIME_AUDIO_THREAD 140config USE_REALTIME_AUDIO_THREAD
149 boolean "Use a realtime thread in Opie Player I" 141 boolean "Use a realtime thread in Opie Player I"
150 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP 142 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP
151 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) 143 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP)
152 144
153config QT_QWS_ALLOW_OVERCLOCK 145config QT_QWS_ALLOW_OVERCLOCK
154 boolean "Allow the user to overclock the device" 146 boolean "Allow the user to overclock the device"
155 depends TARGET_RAMSES 147 depends TARGET_RAMSES
156 default n 148 default n
157 149
158config USE_FILE_NOTIFICATION 150config USE_FILE_NOTIFICATION
159 boolean "Substitute (some) polling interfaces with OFileNotifier" 151 boolean "Substitute (some) polling interfaces with OFileNotifier"
160 default y 152 default y
161 153
162config OPIE_NEW_ALLOC 154config OPIE_NEW_ALLOC
163 boolean "Use malloc and free for the implementation" 155 boolean "Use malloc and free for the implementation"
164 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP 156 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP
165 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) 157 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP)
166 158
167config OPIE_TASKBAR_LOCK_KEY_STATE 159config OPIE_TASKBAR_LOCK_KEY_STATE
168 boolean "Have a KeyLock state indicator on the taskbar" 160 boolean "Have a KeyLock state indicator on the taskbar"
169 default y if TARGET_SHARP 161 default y if TARGET_SHARP
170 default n if !TARGET_SHARP 162 default n if !TARGET_SHARP
171 163
172config LIBQPE_WITHROHFEEDBACK 164config LIBQPE_WITHROHFEEDBACK
173 boolean "Build libqpe with Right-On-Hold feedback" 165 boolean "Build libqpe with Right-On-Hold feedback"
174 default y 166 default y
175 167
176config OPIE_NO_SOUND_PCM_READ_BITS 168config OPIE_NO_SOUND_PCM_READ_BITS
177 boolean "There is not a pcm_read_bits io control" 169 boolean "There is not a pcm_read_bits io control"
178 default y if TARGET_SHARP 170 default y if TARGET_SHARP
179 default n if ! TARGET_SHARP 171 default n if ! TARGET_SHARP
180endmenu 172endmenu
181 173
182menu "Dependencies" 174menu "Dependencies"
183 source dependencies.in 175 source dependencies.in
184endmenu 176endmenu
185 177
186menu "Base" 178menu "Base"
187 choice 179 choice
188 prompt "Qpe Library Selection" 180 prompt "Qpe Library Selection"
189 default LIBQPE 181 default LIBQPE
190 source library/config.in 182 source library/config.in
191 source x11/config.in 183 source x11/config.in
192 endchoice 184 endchoice
193 source libopie2/config.in 185 source libopie2/config.in
194 source libqtaux/config.in 186 source libqtaux/config.in
195 source rsync/config.in 187 source rsync/config.in
196 source core/opie-login/config.in 188 source core/opie-login/config.in
197 source core/opiealarm/config.in 189 source core/opiealarm/config.in
198 source core/tools/quicklauncher/config.in 190 source core/tools/quicklauncher/config.in
199 source core/launcher/config.in 191 source core/launcher/config.in
200 source core/symlinker/config.in 192 source core/symlinker/config.in
201endmenu 193endmenu
202 194
203comment "" 195comment ""
204 196
205menu "Applets" 197menu "Applets"
206 source core/applets/config.in 198 source core/applets/config.in
207 source noncore/applets/config.in 199 source noncore/applets/config.in
208endmenu 200endmenu
209 201
210menu "Apps" 202menu "Apps"
211 source core/apps/config.in 203 source core/apps/config.in
212 source noncore/apps/config.in 204 source noncore/apps/config.in
213endmenu 205endmenu
214 206
215menu "Communications and Networking" 207menu "Communications and Networking"
216 source noncore/comm/config.in 208 source noncore/comm/config.in
217 source noncore/net/config.in 209 source noncore/net/config.in
218endmenu 210endmenu
219 211
220menu "Games" 212menu "Games"
221 source noncore/games/config.in 213 source noncore/games/config.in
222endmenu 214endmenu
223 215
224menu "Graphics and Multimedia" 216menu "Graphics and Multimedia"
225 source freetype/config.in 217 source freetype/config.in
226 source noncore/graphics/config.in 218 source noncore/graphics/config.in
227 source core/multimedia/config.in 219 source core/multimedia/config.in
228 source noncore/multimedia/config.in 220 source noncore/multimedia/config.in
229endmenu 221endmenu
230 222
231menu "Input methods" 223menu "Input methods"
232 source inputmethods/config.in 224 source inputmethods/config.in
233endmenu 225endmenu
234 226
235menu "Pim" 227menu "Pim"
236 source core/obex/config.in 228 source core/obex/config.in
237 source core/pim/config.in 229 source core/pim/config.in
238 comment "Today Plugins ---" 230 comment "Today Plugins ---"
239 source noncore/todayplugins/config.in 231 source noncore/todayplugins/config.in
240 source core/pim/today/plugins/config.in 232 source core/pim/today/plugins/config.in
241endmenu 233endmenu
242 234
243menu "Settings" 235menu "Settings"
244 source core/settings/config.in 236 source core/settings/config.in
245 source noncore/settings/config.in 237 source noncore/settings/config.in
246 source noncore/securityplugins/config.in 238 source noncore/securityplugins/config.in
247endmenu 239endmenu
248 240
249menu "Theming" 241menu "Theming"
250 comment "Decorations ---" 242 comment "Decorations ---"
251 source noncore/decorations/config.in 243 source noncore/decorations/config.in
252 comment "Styles ---" 244 comment "Styles ---"
253 source noncore/styles/config.in 245 source noncore/styles/config.in
254endmenu 246endmenu
255 247
256menu "Tools" 248menu "Tools"
257 source noncore/tools/config.in 249 source noncore/tools/config.in
258endmenu 250endmenu
259 251
260menu "Development" 252menu "Development"
261 source development/keyview/config.in 253 source development/keyview/config.in
262 #source development/debugviewer/config.in 254 #source development/debugviewer/config.in
263endmenu 255endmenu
264 256
265menu "Examples" 257menu "Examples"
266 config EXAMPLES 258 config EXAMPLES
267 boolean "Compile Example Application" 259 boolean "Compile Example Application"
268 source examples/config.in 260 source examples/config.in
269endmenu 261endmenu
270 262
271comment "" 263comment ""
272 264
273menu "Unsupported / Unmaintained" 265menu "Unsupported / Unmaintained"
274 source noncore/unsupported/config.in 266 source noncore/unsupported/config.in
275endmenu 267endmenu
276 268
277comment "" 269comment ""
278 depends on EXPERIMENTAL 270 depends on EXPERIMENTAL
279menu "Experimental" 271menu "Experimental"
280 depends on EXPERIMENTAL 272 depends on EXPERIMENTAL
281 source libslcompat/config.in 273 source libslcompat/config.in
282 source core/qws/config.in 274 source core/qws/config.in
283endmenu 275endmenu