# HG changeset patch # User Mychaela Falconia # Date 1493697576 0 # Node ID a6360ee05c47105e0663b366060770904a5a88f8 # Parent 63c12cba5ed5666573845aa832557fcb4b5dc23a armio.c: enable MCSI pin multiplexing on FCDEV3B diff -r 63c12cba5ed5 -r a6360ee05c47 src/cs/drivers/drv_core/armio/armio.c --- a/src/cs/drivers/drv_core/armio/armio.c Tue May 02 02:53:36 2017 +0000 +++ b/src/cs/drivers/drv_core/armio/armio.c Tue May 02 03:59:36 2017 +0000 @@ -185,7 +185,11 @@ /* Bits 5,6,7,8 are used to output I/O 9,10,11,12 or MCSI pins */ /* If Bluetooth, IO should be disabled, outputting MCSI used for Bluetooth voice */ - #if defined(BTEMOBILE) || defined(CONFIG_TARGET_PIRELLI) + /* + * FreeCalypso change: we don't have BT, our new criterion is + * whether or not a given board is wired for MCSI. + */ + #if defined(CONFIG_TARGET_FCDEV3B) || defined(CONFIG_TARGET_PIRELLI) AI_DisableBit(5); AI_DisableBit(6); AI_DisableBit(7);