Unidiff1 files changed, 4 insertions, 0 deletions
|
diff --git a/config.in b/config.in index c981fd1..37cbb67 100644 --- a/ config.in+++ b/ config.in |
|
@@ -147,16 +147,20 @@ config OPIE_NEW_ALLOC |
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 |
|