summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/config.in b/config.in
index 5c23904..99341e6 100644
--- a/config.in
+++ b/config.in
@@ -127,59 +127,48 @@ config USE_REALTIME_AUDIO_THREAD
127 127
128config QT_QWS_ALLOW_OVERCLOCK 128config QT_QWS_ALLOW_OVERCLOCK
129 boolean "Allow the user to overclock the device" 129 boolean "Allow the user to overclock the device"
130 depends TARGET_RAMSES 130 depends TARGET_RAMSES
131 default n 131 default n
132 132
133config OPIE_HIGH_RES_SMALL_PHY 133config OPIE_HIGH_RES_SMALL_PHY
134 boolean "Resolution is bigger than physical screen" 134 boolean "Resolution is bigger than physical screen"
135 default y if TARGET_C700 135 default y if TARGET_C700
136 default n if ! TARGET_C700 136 default n if ! TARGET_C700
137 137
138config USE_FILE_NOTIFICATION 138config USE_FILE_NOTIFICATION
139 boolean "Substitute (some) polling interfaces with OFileNotifier" 139 boolean "Substitute (some) polling interfaces with OFileNotifier"
140 default y 140 default y
141 141
142config OPIE_NEW_ALLOC 142config OPIE_NEW_ALLOC
143 boolean "Use malloc and free for the implementation" 143 boolean "Use malloc and free for the implementation"
144 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP 144 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP
145 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) 145 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP)
146 146
147config OPIE_NO_SOUND_PCM_READ_BITS 147config OPIE_NO_SOUND_PCM_READ_BITS
148 boolean "There is not a pcm_read_bits io control" 148 boolean "There is not a pcm_read_bits io control"
149 default y if TARGET_SHARP 149 default y if TARGET_SHARP
150 default n if ! TARGET_SHARP 150 default n if ! TARGET_SHARP
151
152config OPIE_WE_VERSION_OVERRIDE
153 boolean "Override autodetection of wireless extension (WE) version"
154 default n
155
156config OPIE_WE_VERSION
157 depends OPIE_WE_VERSION_OVERRIDE
158 string "The wireless extension (WE) version to build against"
159 default "15" if ! TARGET_X86
160 default "16" if TARGET_X86
161
162endmenu 151endmenu
163 152
164menu "Dependencies" 153menu "Dependencies"
165 source dependencies.in 154 source dependencies.in
166endmenu 155endmenu
167 156
168menu "Base" 157menu "Base"
169 choice 158 choice
170 prompt "Qpe Library Selection" 159 prompt "Qpe Library Selection"
171 default LIBQPE 160 default LIBQPE
172 source library/config.in 161 source library/config.in
173 source x11/config.in 162 source x11/config.in
174 endchoice 163 endchoice
175 source libopie/config.in 164 source libopie/config.in
176 165
177 source libopie2/config.in 166 source libopie2/config.in
178 source libqtaux/config.in 167 source libqtaux/config.in
179 source rsync/config.in 168 source rsync/config.in
180 source core/opie-login/config.in 169 source core/opie-login/config.in
181 source core/opiealarm/config.in 170 source core/opiealarm/config.in
182 source core/tools/quicklauncher/config.in 171 source core/tools/quicklauncher/config.in
183 source core/launcher/config.in 172 source core/launcher/config.in
184 source core/symlinker/config.in 173 source core/symlinker/config.in
185endmenu 174endmenu