author | mickeyl <mickeyl> | 2004-04-06 11:50:55 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-06 11:50:55 (UTC) |
commit | d3d2fbab3991b637f50217bbe966484f583fbb19 (patch) (unidiff) | |
tree | 3c41060ec050dae7df7261f44ca4507c8d965802 /config.in | |
parent | cbedf80c65fe86d0ca901a9f5f4519564ffdc90a (diff) | |
download | opie-d3d2fbab3991b637f50217bbe966484f583fbb19.zip opie-d3d2fbab3991b637f50217bbe966484f583fbb19.tar.gz opie-d3d2fbab3991b637f50217bbe966484f583fbb19.tar.bz2 |
specifying the wireless extension version is now optional thanks
to libopienet2 gathering the WE version automatically
you can still override it if needed
-rw-r--r-- | config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -111,65 +111,70 @@ config OPIE_NO_BUILTIN_CALIBRATE | |||
111 | default n | 111 | default n |
112 | 112 | ||
113 | config OPIE_SOUND_FRAGMENT_SHIFT | 113 | config OPIE_SOUND_FRAGMENT_SHIFT |
114 | string "The sound fragment used in Opie Player I" | 114 | string "The sound fragment used in Opie Player I" |
115 | default "14" if TARGET_IPAQ | 115 | default "14" if TARGET_IPAQ |
116 | default "16" if (!TARGET_IPAQ) | 116 | default "16" if (!TARGET_IPAQ) |
117 | 117 | ||
118 | config USE_REALTIME_AUDIO_THREAD | 118 | config USE_REALTIME_AUDIO_THREAD |
119 | boolean "Use a realtime thread in Opie Player I" | 119 | boolean "Use a realtime thread in Opie Player I" |
120 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP | 120 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
121 | default n | 121 | default n |
122 | 122 | ||
123 | config QT_QWS_ALLOW_OVERCLOCK | 123 | config QT_QWS_ALLOW_OVERCLOCK |
124 | boolean "Allow the user to overclock the device" | 124 | boolean "Allow the user to overclock the device" |
125 | depends TARGET_RAMSES | 125 | depends TARGET_RAMSES |
126 | default n | 126 | default n |
127 | 127 | ||
128 | config OPIE_HIGH_RES_SMALL_PHY | 128 | config OPIE_HIGH_RES_SMALL_PHY |
129 | boolean "Resolution is bigger than physical screen" | 129 | boolean "Resolution is bigger than physical screen" |
130 | default y if TARGET_C700 | 130 | default y if TARGET_C700 |
131 | default n | 131 | default n |
132 | 132 | ||
133 | config OPIE_NEW_ALLOC | 133 | config OPIE_NEW_ALLOC |
134 | boolean "Use malloc and free for the implementation" | 134 | boolean "Use malloc and free for the implementation" |
135 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP | 135 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
136 | default n | 136 | default n |
137 | 137 | ||
138 | config OPIE_NO_SOUND_PCM_READ_BITS | 138 | config OPIE_NO_SOUND_PCM_READ_BITS |
139 | boolean "There is not a pcm_read_bits io control" | 139 | boolean "There is not a pcm_read_bits io control" |
140 | default y if TARGET_SHARP | 140 | default y if TARGET_SHARP |
141 | default n | 141 | default n |
142 | 142 | ||
143 | config OPIE_WE_VERSION_OVERRIDE | ||
144 | boolean "Override autodetection of wireless extension (WE) version | ||
145 | default n | ||
146 | |||
143 | config OPIE_WE_VERSION | 147 | config OPIE_WE_VERSION |
148 | depends OPIE_WE_VERSION_OVERRIDE | ||
144 | string "The wireless extension (WE) version to build against" | 149 | string "The wireless extension (WE) version to build against" |
145 | default "15" if ! TARGET_X86 | 150 | default "15" if ! TARGET_X86 |
146 | default "16" if TARGET_X86 | 151 | default "16" if TARGET_X86 |
147 | 152 | ||
148 | endmenu | 153 | endmenu |
149 | 154 | ||
150 | menu "Base" | 155 | menu "Base" |
151 | choice | 156 | choice |
152 | prompt "Qpe Library Selection" | 157 | prompt "Qpe Library Selection" |
153 | default LIBQPE | 158 | default LIBQPE |
154 | source library/config.in | 159 | source library/config.in |
155 | source x11/config.in | 160 | source x11/config.in |
156 | endchoice | 161 | endchoice |
157 | source libopie/config.in | 162 | source libopie/config.in |
158 | 163 | ||
159 | source libopie2/config.in | 164 | source libopie2/config.in |
160 | source libqtaux/config.in | 165 | source libqtaux/config.in |
161 | 166 | ||
162 | source core/opie-login/config.in | 167 | source core/opie-login/config.in |
163 | source core/opiealarm/config.in | 168 | source core/opiealarm/config.in |
164 | source core/tools/quicklauncher/config.in | 169 | source core/tools/quicklauncher/config.in |
165 | source core/launcher/config.in | 170 | source core/launcher/config.in |
166 | source core/symlinker/config.in | 171 | source core/symlinker/config.in |
167 | endmenu | 172 | endmenu |
168 | 173 | ||
169 | comment "" | 174 | comment "" |
170 | 175 | ||
171 | menu "Applets" | 176 | menu "Applets" |
172 | source core/applets/config.in | 177 | source core/applets/config.in |
173 | source noncore/applets/config.in | 178 | source noncore/applets/config.in |
174 | endmenu | 179 | endmenu |
175 | 180 | ||