comparison src/cs/drivers/drv_core/armio/armio.c @ 242:a6360ee05c47

armio.c: enable MCSI pin multiplexing on FCDEV3B
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 02 May 2017 03:59:36 +0000
parents 42d766231c46
children 504c9dcbffb2
comparison
equal deleted inserted replaced
241:63c12cba5ed5 242:a6360ee05c47
183 AI_EnableBit(3); 183 AI_EnableBit(3);
184 #endif 184 #endif
185 185
186 /* Bits 5,6,7,8 are used to output I/O 9,10,11,12 or MCSI pins */ 186 /* Bits 5,6,7,8 are used to output I/O 9,10,11,12 or MCSI pins */
187 /* If Bluetooth, IO should be disabled, outputting MCSI used for Bluetooth voice */ 187 /* If Bluetooth, IO should be disabled, outputting MCSI used for Bluetooth voice */
188 #if defined(BTEMOBILE) || defined(CONFIG_TARGET_PIRELLI) 188 /*
189 * FreeCalypso change: we don't have BT, our new criterion is
190 * whether or not a given board is wired for MCSI.
191 */
192 #if defined(CONFIG_TARGET_FCDEV3B) || defined(CONFIG_TARGET_PIRELLI)
189 AI_DisableBit(5); 193 AI_DisableBit(5);
190 AI_DisableBit(6); 194 AI_DisableBit(6);
191 AI_DisableBit(7); 195 AI_DisableBit(7);
192 AI_DisableBit(8); 196 AI_DisableBit(8);
193 #else 197 #else