comparison configure-gcc.sh @ 119:7f0681afe430

RVTMUX_ON_MODEM config var brought over from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 07 Nov 2018 06:31:04 +0000
parents 5ba0bee90efa
children 11aef23ec647
comparison
equal deleted inserted replaced
118:225e39652387 119:7f0681afe430
79 *) 79 *)
80 echo "Error: DSP=$DSP setting not understood" 1>&2 80 echo "Error: DSP=$DSP setting not understood" 1>&2
81 exit 1 81 exit 1
82 esac 82 esac
83 83
84 # RVTMUX config default based on target
85
86 if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ]
87 then
88 RVTMUX_ON_MODEM=1
89 else
90 RVTMUX_ON_MODEM=0
91 fi
92
84 # miscellaneous configurable feature settings 93 # miscellaneous configurable feature settings
85 94
86 ALLOW_CSIM_GSM=1 95 ALLOW_CSIM_GSM=1
87 MEMSUPER=0 96 MEMSUPER=0
88 SERIAL_DYNAMIC_SWITCH=0 97 SERIAL_DYNAMIC_SWITCH=0
166 175
167 export BUILD_DIR TARGET 176 export BUILD_DIR TARGET
168 export CHIPSET DSP RF 177 export CHIPSET DSP RF
169 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO 178 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO
170 export DISABLE_SLEEP 179 export DISABLE_SLEEP
171 export ALLOW_CSIM_GSM MEMSUPER SERIAL_DYNAMIC_SWITCH TR_BAUD_CONFIG 180 export ALLOW_CSIM_GSM MEMSUPER
181 export RVTMUX_ON_MODEM SERIAL_DYNAMIC_SWITCH TR_BAUD_CONFIG
172 export GPRS SRVC FCHG_STATE 182 export GPRS SRVC FCHG_STATE
173 183
174 scripts/config-headers.sh 184 scripts/config-headers.sh
175 185
176 SUBDIR= 186 SUBDIR=