author | mickeyl <mickeyl> | 2004-08-25 10:21:50 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-08-25 10:21:50 (UTC) |
commit | 6e4b80e6ec07587e69ad8a374431097d484079e8 (patch) (unidiff) | |
tree | 9d42c9517e5f2ad24bec0b4a0523edb25c07d70e | |
parent | c1228b2e9d3534016dddbc6afceddf4880999b90 (diff) | |
download | opie-6e4b80e6ec07587e69ad8a374431097d484079e8.zip opie-6e4b80e6ec07587e69ad8a374431097d484079e8.tar.gz opie-6e4b80e6ec07587e69ad8a374431097d484079e8.tar.bz2 |
add configuration entry for right-on-hold feedback
i like that - nice work, guys.
-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -91,128 +91,132 @@ config CUSTOMFILE | |||
91 | 91 | ||
92 | config OPTIMIZATIONS | 92 | config OPTIMIZATIONS |
93 | string "Optimization flags" | 93 | string "Optimization flags" |
94 | depends OPTIMIZE | 94 | depends OPTIMIZE |
95 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 95 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
96 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY | 96 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
97 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 97 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
98 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 98 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
99 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 99 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
100 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 | 100 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 |
101 | 101 | ||
102 | config EXPERIMENTAL | 102 | config EXPERIMENTAL |
103 | bool "Prompt for development and/or incomplete items" | 103 | bool "Prompt for development and/or incomplete items" |
104 | default y | 104 | default y |
105 | 105 | ||
106 | endmenu | 106 | endmenu |
107 | 107 | ||
108 | menu "Configuration" | 108 | menu "Configuration" |
109 | config OPIE_NO_OVERRIDE_QT | 109 | config OPIE_NO_OVERRIDE_QT |
110 | boolean "Build Opie against an unpatched version of Qt" | 110 | boolean "Build Opie against an unpatched version of Qt" |
111 | default n | 111 | default n |
112 | 112 | ||
113 | config OPIE_NO_ERASERECT_FIX | 113 | config OPIE_NO_ERASERECT_FIX |
114 | boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe" | 114 | boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe" |
115 | default n | 115 | default n |
116 | 116 | ||
117 | config OPIE_NO_BUILTIN_SHUTDOWN | 117 | config OPIE_NO_BUILTIN_SHUTDOWN |
118 | boolean "Disable the built in shutdown application" | 118 | boolean "Disable the built in shutdown application" |
119 | default y | 119 | default y |
120 | 120 | ||
121 | config OPIE_NO_BUILTIN_CALIBRATE | 121 | config OPIE_NO_BUILTIN_CALIBRATE |
122 | boolean "Disable the built in calibrate application" | 122 | boolean "Disable the built in calibrate application" |
123 | default y if TARGET_YOPY | 123 | default y if TARGET_YOPY |
124 | default n if ! TARGET_YOPY | 124 | default n if ! TARGET_YOPY |
125 | 125 | ||
126 | config OPIE_SOUND_FRAGMENT_SHIFT | 126 | config OPIE_SOUND_FRAGMENT_SHIFT |
127 | string "The sound fragment used in Opie Player I" | 127 | string "The sound fragment used in Opie Player I" |
128 | default "14" if TARGET_IPAQ | 128 | default "14" if TARGET_IPAQ |
129 | default "16" if ! TARGET_IPAQ | 129 | default "16" if ! TARGET_IPAQ |
130 | 130 | ||
131 | config USE_REALTIME_AUDIO_THREAD | 131 | config USE_REALTIME_AUDIO_THREAD |
132 | boolean "Use a realtime thread in Opie Player I" | 132 | boolean "Use a realtime thread in Opie Player I" |
133 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP | 133 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
134 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 134 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
135 | 135 | ||
136 | config QT_QWS_ALLOW_OVERCLOCK | 136 | config QT_QWS_ALLOW_OVERCLOCK |
137 | boolean "Allow the user to overclock the device" | 137 | boolean "Allow the user to overclock the device" |
138 | depends TARGET_RAMSES | 138 | depends TARGET_RAMSES |
139 | default n | 139 | default n |
140 | 140 | ||
141 | config USE_FILE_NOTIFICATION | 141 | config USE_FILE_NOTIFICATION |
142 | boolean "Substitute (some) polling interfaces with OFileNotifier" | 142 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
143 | default y | 143 | default y |
144 | 144 | ||
145 | config OPIE_NEW_ALLOC | 145 | config OPIE_NEW_ALLOC |
146 | boolean "Use malloc and free for the implementation" | 146 | boolean "Use malloc and free for the implementation" |
147 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP | 147 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
148 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 148 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
149 | 149 | ||
150 | config OPIE_TASKBAR_LOCK_KEY_STATE | 150 | config OPIE_TASKBAR_LOCK_KEY_STATE |
151 | boolean "Have a KeyLock state indicator on the taskbar" | 151 | boolean "Have a KeyLock state indicator on the taskbar" |
152 | default y if TARGET_SHARP | 152 | default y if TARGET_SHARP |
153 | default n if !TARGET_SHARP | 153 | default n if !TARGET_SHARP |
154 | 154 | ||
155 | config LIBQPE_WITHROHFEEDBACK | ||
156 | boolean "Build libqpe with Right-On-Hold feedback" | ||
157 | default y | ||
158 | |||
155 | config OPIE_NO_SOUND_PCM_READ_BITS | 159 | config OPIE_NO_SOUND_PCM_READ_BITS |
156 | boolean "There is not a pcm_read_bits io control" | 160 | boolean "There is not a pcm_read_bits io control" |
157 | default y if TARGET_SHARP | 161 | default y if TARGET_SHARP |
158 | default n if ! TARGET_SHARP | 162 | default n if ! TARGET_SHARP |
159 | endmenu | 163 | endmenu |
160 | 164 | ||
161 | menu "Dependencies" | 165 | menu "Dependencies" |
162 | source dependencies.in | 166 | source dependencies.in |
163 | endmenu | 167 | endmenu |
164 | 168 | ||
165 | menu "Base" | 169 | menu "Base" |
166 | choice | 170 | choice |
167 | prompt "Qpe Library Selection" | 171 | prompt "Qpe Library Selection" |
168 | default LIBQPE | 172 | default LIBQPE |
169 | source library/config.in | 173 | source library/config.in |
170 | source x11/config.in | 174 | source x11/config.in |
171 | endchoice | 175 | endchoice |
172 | source libopie/config.in | 176 | source libopie/config.in |
173 | 177 | ||
174 | source libopie2/config.in | 178 | source libopie2/config.in |
175 | source libqtaux/config.in | 179 | source libqtaux/config.in |
176 | source rsync/config.in | 180 | source rsync/config.in |
177 | source core/opie-login/config.in | 181 | source core/opie-login/config.in |
178 | source core/opiealarm/config.in | 182 | source core/opiealarm/config.in |
179 | source core/tools/quicklauncher/config.in | 183 | source core/tools/quicklauncher/config.in |
180 | source core/launcher/config.in | 184 | source core/launcher/config.in |
181 | source core/symlinker/config.in | 185 | source core/symlinker/config.in |
182 | endmenu | 186 | endmenu |
183 | 187 | ||
184 | comment "" | 188 | comment "" |
185 | 189 | ||
186 | menu "Applets" | 190 | menu "Applets" |
187 | source core/applets/config.in | 191 | source core/applets/config.in |
188 | source noncore/applets/config.in | 192 | source noncore/applets/config.in |
189 | endmenu | 193 | endmenu |
190 | 194 | ||
191 | menu "Apps" | 195 | menu "Apps" |
192 | source core/apps/config.in | 196 | source core/apps/config.in |
193 | source noncore/apps/config.in | 197 | source noncore/apps/config.in |
194 | endmenu | 198 | endmenu |
195 | 199 | ||
196 | menu "Communications and Networking" | 200 | menu "Communications and Networking" |
197 | source noncore/comm/config.in | 201 | source noncore/comm/config.in |
198 | source noncore/net/config.in | 202 | source noncore/net/config.in |
199 | endmenu | 203 | endmenu |
200 | 204 | ||
201 | menu "Games" | 205 | menu "Games" |
202 | source noncore/games/config.in | 206 | source noncore/games/config.in |
203 | endmenu | 207 | endmenu |
204 | 208 | ||
205 | menu "Graphics and Multimedia" | 209 | menu "Graphics and Multimedia" |
206 | source freetype/config.in | 210 | source freetype/config.in |
207 | source noncore/graphics/config.in | 211 | source noncore/graphics/config.in |
208 | source core/multimedia/config.in | 212 | source core/multimedia/config.in |
209 | source noncore/multimedia/config.in | 213 | source noncore/multimedia/config.in |
210 | endmenu | 214 | endmenu |
211 | 215 | ||
212 | menu "Input methods" | 216 | menu "Input methods" |
213 | source inputmethods/config.in | 217 | source inputmethods/config.in |
214 | endmenu | 218 | endmenu |
215 | 219 | ||
216 | menu "Pim" | 220 | menu "Pim" |
217 | source core/obex/config.in | 221 | source core/obex/config.in |
218 | source core/pim/config.in | 222 | source core/pim/config.in |