summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.in b/config.in
index 166332a..e93eac8 100644
--- a/config.in
+++ b/config.in
@@ -1,244 +1,248 @@
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" 19 boolean "Sharp Zaurus"
20 20
21 config TARGET_IPAQ 21 config TARGET_IPAQ
22 boolean "iPAQ" 22 boolean "iPAQ"
23 23
24 config TARGET_RAMSES 24 config TARGET_RAMSES
25 boolean "Ramses" 25 boolean "Ramses"
26 26
27 config TARGET_SIMPAD 27 config TARGET_SIMPAD
28 boolean "SIMpad" 28 boolean "SIMpad"
29 29
30 config TARGET_YOPY 30 config TARGET_YOPY
31 boolean "Yopy 3500/3700" 31 boolean "Yopy 3500/3700"
32 32
33endchoice 33endchoice
34 34
35config OPTIMIZE 35config OPTIMIZE
36 boolean "Use optimizations" 36 boolean "Use optimizations"
37 default "y" if ! TARGET_X86 37 default "y" if ! TARGET_X86
38 38
39config DEBUG 39config DEBUG
40 boolean "Enable debug builds" 40 boolean "Enable debug builds"
41 default n 41 default n
42config RELEASE 42config RELEASE
43 bool 43 bool
44 default y 44 default y
45 depends !DEBUG 45 depends !DEBUG
46 46
47config QUICK_LAUNCH 47config QUICK_LAUNCH
48 boolean "Enable Quick Launch" 48 boolean "Enable Quick Launch"
49 default n 49 default n
50 50
51config QUICKLAUNCH_PATH
52 string "Path to quicklauncher"
53 default "./quicklauncher" if TARGET_X86
54 default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86
51 55
52config SPECFILE 56config SPECFILE
53 string 57 string
54 default "qws/linux-generic-g++" if TARGET_X86 && (! X11) 58 default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
55 default "linux-g++" if TARGET_X86 && X11 59 default "linux-g++" if TARGET_X86 && X11
56 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) 60 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
57 default "linux-g++" if TARGET_SHARP && X11 61 default "linux-g++" if TARGET_SHARP && X11
58 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) 62 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
59 default "linux-g++" if TARGET_IPAQ && X11 63 default "linux-g++" if TARGET_IPAQ && X11
60 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) 64 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11)
61 default "linux-g++" if TARGET_RAMSES && X11 65 default "linux-g++" if TARGET_RAMSES && X11
62 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) 66 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11)
63 default "linux-g++" if TARGET_SIMPAD && X11 67 default "linux-g++" if TARGET_SIMPAD && X11
64 default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) 68 default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11)
65 default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) 69 default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11)
66 70
67config CUSTOMFILE 71config CUSTOMFILE
68 string 72 string
69 default "custom-ipaq.h" if TARGET_IPAQ 73 default "custom-ipaq.h" if TARGET_IPAQ
70 default "custom-sharp.h" if TARGET_SHARP 74 default "custom-sharp.h" if TARGET_SHARP
71 default "custom-ramses.h" if TARGET_RAMSES 75 default "custom-ramses.h" if TARGET_RAMSES
72 default "custom-ipaq.h" if TARGET_SIMPAD 76 default "custom-ipaq.h" if TARGET_SIMPAD
73 default "custom-yopy.h" if TARGET_YOPY 77 default "custom-yopy.h" if TARGET_YOPY
74 78
75config OPTIMIZATIONS 79config OPTIMIZATIONS
76 string "Optimization flags" 80 string "Optimization flags"
77 depends OPTIMIZE 81 depends OPTIMIZE
78 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ 82 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ
79 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY 83 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY
80 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP 84 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP
81 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES 85 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES
82 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD 86 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD
83 87
84config EXPERIMENTAL 88config EXPERIMENTAL
85 bool "Prompt for development and/or incomplete items" 89 bool "Prompt for development and/or incomplete items"
86 default y 90 default y
87 91
88endmenu 92endmenu
89 93
90menu "Opie Compile Configs" 94menu "Opie Compile Configs"
91config OPIE_NO_OVERRIDE_QT 95config OPIE_NO_OVERRIDE_QT
92 boolean "Build Opie against an unpatched version of Qt" 96 boolean "Build Opie against an unpatched version of Qt"
93 default n 97 default n
94 98
95 99
96config OPIE_NO_BUILTIN_SHUTDOWN 100config OPIE_NO_BUILTIN_SHUTDOWN
97 boolean "Disable the built in shutdown application" 101 boolean "Disable the built in shutdown application"
98 default n 102 default n
99 103
100config OPIE_NO_BUILTIN_CALIBRATE 104config OPIE_NO_BUILTIN_CALIBRATE
101 boolean "Disable the built in calibrate application" 105 boolean "Disable the built in calibrate application"
102 default y if TARGET_YOPY 106 default y if TARGET_YOPY
103 default n 107 default n
104 108
105config OPIE_SOUND_FRAGMENT_SHIFT 109config OPIE_SOUND_FRAGMENT_SHIFT
106 string "The sound fragment used in Opie Player I" 110 string "The sound fragment used in Opie Player I"
107 default "14" if TARGET_IPAQ 111 default "14" if TARGET_IPAQ
108 default "16" if (!TARGET_IPAQ) 112 default "16" if (!TARGET_IPAQ)
109 113
110config USE_REALTIME_AUDIO_THREAD 114config USE_REALTIME_AUDIO_THREAD
111 boolean "Use a realtime thread in Opie Player I" 115 boolean "Use a realtime thread in Opie Player I"
112 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP 116 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP
113 default n 117 default n
114 118
115config QT_QWS_ALLOW_OVERCLOCK 119config QT_QWS_ALLOW_OVERCLOCK
116 boolean "Allow the user to overclock the device" 120 boolean "Allow the user to overclock the device"
117 depends TARGET_RAMSES 121 depends TARGET_RAMSES
118 default n 122 default n
119 123
120config OPIE_HIGH_RES_SMALL_PHY 124config OPIE_HIGH_RES_SMALL_PHY
121 boolean "Resolution is bigger than physical scrren" 125 boolean "Resolution is bigger than physical scrren"
122 default y if TARGET_C700 126 default y if TARGET_C700
123 default n 127 default n
124 128
125config OPIE_NEW_ALLOC 129config OPIE_NEW_ALLOC
126 boolean "Use malloc and free for the implementation" 130 boolean "Use malloc and free for the implementation"
127 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP 131 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP
128 default n 132 default n
129 133
130config OPIE_NO_SOUND_PCM_READ_BITS 134config OPIE_NO_SOUND_PCM_READ_BITS
131 boolean "there is not a pcm_read_bits io control" 135 boolean "there is not a pcm_read_bits io control"
132 default y if TARGET_SHARP 136 default y if TARGET_SHARP
133 default n 137 default n
134 138
135endmenu 139endmenu
136 140
137menu "Base" 141menu "Base"
138 choice 142 choice
139 prompt "Qpe Library Selection" 143 prompt "Qpe Library Selection"
140 default LIBQPE 144 default LIBQPE
141 source library/config.in 145 source library/config.in
142 source x11/config.in 146 source x11/config.in
143 endchoice 147 endchoice
144 source libopie/config.in 148 source libopie/config.in
145 source core/opie-login/config.in 149 source core/opie-login/config.in
146 source core/opiealarm/config.in 150 source core/opiealarm/config.in
147 source core/tools/quicklauncher/config.in 151 source core/tools/quicklauncher/config.in
148 source core/launcher/config.in 152 source core/launcher/config.in
149 source core/qws/config.in 153 source core/qws/config.in
150endmenu 154endmenu
151 155
152comment "" 156comment ""
153 157
154menu "Applets" 158menu "Applets"
155 source core/applets/config.in 159 source core/applets/config.in
156 source noncore/applets/config.in 160 source noncore/applets/config.in
157endmenu 161endmenu
158 162
159menu "Apps" 163menu "Apps"
160 source core/apps/config.in 164 source core/apps/config.in
161 source noncore/apps/config.in 165 source noncore/apps/config.in
162endmenu 166endmenu
163 167
164menu "Communications and Networking" 168menu "Communications and Networking"
165 source noncore/comm/config.in 169 source noncore/comm/config.in
166 source noncore/net/config.in 170 source noncore/net/config.in
167endmenu 171endmenu
168 172
169menu "Games" 173menu "Games"
170 source noncore/games/config.in 174 source noncore/games/config.in
171endmenu 175endmenu
172 176
173menu "Graphics and Multimedia" 177menu "Graphics and Multimedia"
174 source freetype/config.in 178 source freetype/config.in
175 source noncore/graphics/config.in 179 source noncore/graphics/config.in
176 source core/multimedia/config.in 180 source core/multimedia/config.in
177 source noncore/multimedia/config.in 181 source noncore/multimedia/config.in
178endmenu 182endmenu
179 183
180menu "Input methods" 184menu "Input methods"
181 source inputmethods/config.in 185 source inputmethods/config.in
182endmenu 186endmenu
183 187
184menu "Pim" 188menu "Pim"
185 source core/pim/config.in 189 source core/pim/config.in
186 menu "Today Plugins" 190 menu "Today Plugins"
187 source noncore/todayplugins/config.in 191 source noncore/todayplugins/config.in
188 source core/pim/today/plugins/config.in 192 source core/pim/today/plugins/config.in
189 endmenu 193 endmenu
190endmenu 194endmenu
191 195
192menu "Settings" 196menu "Settings"
193 source core/settings/config.in 197 source core/settings/config.in
194 source noncore/settings/config.in 198 source noncore/settings/config.in
195endmenu 199endmenu
196 200
197menu "Theming" 201menu "Theming"
198 source noncore/decorations/config.in 202 source noncore/decorations/config.in
199 source noncore/styles/config.in 203 source noncore/styles/config.in
200endmenu 204endmenu
201 205
202menu "Tools" 206menu "Tools"
203 source noncore/tools/config.in 207 source noncore/tools/config.in
204endmenu 208endmenu
205 209
206menu "Development" 210menu "Development"
207 source development/keyview/config.in 211 source development/keyview/config.in
208 #source development/debugviewer/config.in 212 #source development/debugviewer/config.in
209endmenu 213endmenu
210 214
211menu "Examples" 215menu "Examples"
212 config EXAMPLES 216 config EXAMPLES
213 boolean "Compile Example Application" 217 boolean "Compile Example Application"
214 source examples/config.in 218 source examples/config.in
215endmenu 219endmenu
216 220
217comment "" 221comment ""
218 222
219menu "Unsupported / Unmaintained" 223menu "Unsupported / Unmaintained"
220 source noncore/unsupported/config.in 224 source noncore/unsupported/config.in
221endmenu 225endmenu
222 226
223comment "" 227comment ""
224 depends on EXPERIMENTAL 228 depends on EXPERIMENTAL
225menu "Experimental" 229menu "Experimental"
226 depends on EXPERIMENTAL 230 depends on EXPERIMENTAL
227 source libopie2/config.in 231 source libopie2/config.in
228 232
229 config SQL_PIM_BACKEND 233 config SQL_PIM_BACKEND
230 bool "Add SQL-Backend support (experimental)" 234 bool "Add SQL-Backend support (experimental)"
231 default n 235 default n
232 help 236 help
233 This adds the SQL-Support, using SQLite. Which database is used 237 This adds the SQL-Support, using SQLite. Which database is used
234 by the backends is defined by the file "pimaccess.conf" in the 238 by the backends is defined by the file "pimaccess.conf" in the
235 directory "Settings". 239 directory "Settings".
236 There currently do exist to groups "[contact]" and "[todo]". You can 240 There currently do exist to groups "[contact]" and "[todo]". You can
237 select the used backend by the variable "usebackend=<type>", where 241 select the used backend by the variable "usebackend=<type>", where
238 <type> is "sql" or "xml". "xml" is the default ! 242 <type> is "sql" or "xml". "xml" is the default !
239 Important: The SQLite-library "libsqlite.so" must be installed ! 243 Important: The SQLite-library "libsqlite.so" must be installed !
240 depends ( LIBOPIE2DB ) 244 depends ( LIBOPIE2DB )
241 245
242 comment "SQL-Support needs libopie2db!" 246 comment "SQL-Support needs libopie2db!"
243 depends !( LIBOPIE2DB ) 247 depends !( LIBOPIE2DB )
244endmenu 248endmenu