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