|
diff --git a/config.in b/config.in index 323ca51..f913aad 100644 --- a/ config.in+++ b/ config.in |
|
@@ -110,40 +110,32 @@ config OPTIMIZATIONS |
110 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
110 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
111 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
111 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
112 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
112 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
113 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 |
113 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 |
114 | |
114 | |
115 | config EXPERIMENTAL |
115 | config EXPERIMENTAL |
116 | bool "Prompt for development and/or incomplete items" |
116 | bool "Prompt for development and/or incomplete items" |
117 | default y |
117 | default y |
118 | |
118 | |
119 | config USE_CCACHE |
119 | config USE_CCACHE |
120 | bool "Use ccache, if available?" |
120 | bool "Use ccache, if available?" |
121 | default y |
121 | default y |
122 | |
122 | |
123 | endmenu |
123 | endmenu |
124 | |
124 | |
125 | menu "Configuration" |
125 | menu "Configuration" |
126 | config OPIE_NO_OVERRIDE_QT |
| |
127 | boolean "Build Opie against an unpatched version of Qt" |
| |
128 | default n |
| |
129 | |
| |
130 | config OPIE_NO_ERASERECT_FIX |
| |
131 | boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe" |
| |
132 | default n |
| |
133 | |
| |
134 | config OPIE_NO_BUILTIN_SHUTDOWN |
126 | config OPIE_NO_BUILTIN_SHUTDOWN |
135 | boolean "Disable the built in shutdown application" |
127 | boolean "Disable the built in shutdown application" |
136 | default y |
128 | default y |
137 | |
129 | |
138 | config OPIE_NO_BUILTIN_CALIBRATE |
130 | config OPIE_NO_BUILTIN_CALIBRATE |
139 | boolean "Disable the built in calibrate application" |
131 | boolean "Disable the built in calibrate application" |
140 | default y if TARGET_YOPY |
132 | default y if TARGET_YOPY |
141 | default n if ! TARGET_YOPY |
133 | default n if ! TARGET_YOPY |
142 | |
134 | |
143 | config OPIE_SOUND_FRAGMENT_SHIFT |
135 | config OPIE_SOUND_FRAGMENT_SHIFT |
144 | string "The sound fragment used in Opie Player I" |
136 | string "The sound fragment used in Opie Player I" |
145 | default "14" if TARGET_IPAQ |
137 | default "14" if TARGET_IPAQ |
146 | default "16" if ! TARGET_IPAQ |
138 | default "16" if ! TARGET_IPAQ |
147 | |
139 | |
148 | config USE_REALTIME_AUDIO_THREAD |
140 | config USE_REALTIME_AUDIO_THREAD |
149 | boolean "Use a realtime thread in Opie Player I" |
141 | boolean "Use a realtime thread in Opie Player I" |
|