FreeCalypso > hg > fc-magnetite
comparison configure.sh @ 537:3575e65c059e
RVTMUX_ON_MODEM made configurable
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 06 Nov 2018 03:19:27 +0000 |
parents | ae18f9aad7ce |
children | 9f191ca0051f |
comparison
equal
deleted
inserted
replaced
536:ae18f9aad7ce | 537:3575e65c059e |
---|---|
81 *) | 81 *) |
82 echo "Error: DSP=$DSP setting not understood" 1>&2 | 82 echo "Error: DSP=$DSP setting not understood" 1>&2 |
83 exit 1 | 83 exit 1 |
84 esac | 84 esac |
85 | 85 |
86 # UI config default based on target | 86 # UI and RVTMUX config default based on target |
87 | 87 |
88 if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ] | 88 if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ] |
89 then | 89 then |
90 UI_CONFIG=84x48 | 90 UI_CONFIG=84x48 |
91 RVTMUX_ON_MODEM=1 | |
91 else | 92 else |
92 UI_CONFIG=bigcolor | 93 UI_CONFIG=bigcolor |
94 RVTMUX_ON_MODEM=0 | |
93 fi | 95 fi |
94 | 96 |
95 # display driver configuration | 97 # display driver configuration |
96 | 98 |
97 DSAMPLE_FULL_COLOR=1 | 99 DSAMPLE_FULL_COLOR=1 |
207 export BUILD_DIR TARGET USE_STR2IND | 209 export BUILD_DIR TARGET USE_STR2IND |
208 export CHIPSET DSP RF | 210 export CHIPSET DSP RF |
209 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO | 211 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO |
210 export DISABLE_SLEEP | 212 export DISABLE_SLEEP |
211 export INIT_blob | 213 export INIT_blob |
212 export DSAMPLE_FULL_COLOR UI_CONFIG | 214 export DSAMPLE_FULL_COLOR RVTMUX_ON_MODEM UI_CONFIG |
213 export ALLOW_CSIM_GSM SERIAL_DYNAMIC_SWITCH TR_BAUD_CONFIG | 215 export ALLOW_CSIM_GSM SERIAL_DYNAMIC_SWITCH TR_BAUD_CONFIG |
214 | 216 |
215 SUBDIR= | 217 SUBDIR= |
216 LIBS= | 218 LIBS= |
217 SPECIAL_LINK_LIBS= | 219 SPECIAL_LINK_LIBS= |