# HG changeset patch # User Michael Spacefalcon # Date 1412562111 0 # Node ID 2dcd1bef7ea82054408e41062e8fe4cb310ee4bd # Parent 3f9566c41e67eff171d628a777e65db61b399cd5 gsm-fw/include/condat-features.h: disable SIM_TOOLKIT for the initial G23M stack integration effort diff -r 3f9566c41e67 -r 2dcd1bef7ea8 gsm-fw/include/condat-features.h --- a/gsm-fw/include/condat-features.h Sun Oct 05 22:54:57 2014 +0000 +++ b/gsm-fw/include/condat-features.h Mon Oct 06 02:21:51 2014 +0000 @@ -20,7 +20,11 @@ #define FF_HOMEZONE 1 #define FF_MMI_SMS_DYNAMIC 1 #define HAS_FLASH_EPROM 1 -#define SIM_TOOLKIT 1 #define UART 1 #define USE_L1FD_FUNC_INTERFACE 1 #define VOCODER_FUNC_INTERFACE 1 + +/* let's disable SIM toolkit for now */ +#if 0 +#define SIM_TOOLKIT 1 +#endif