comparison gsm-fw/cfgmagic/feature.gsm @ 637:0677a6fbb8b6

gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 03 Sep 2014 16:03:38 +0000
parents 11b6ca57a079
children 210268d8e553
comparison
equal deleted inserted replaced
636:06ecb305f650 637:0677a6fbb8b6
1 # My vision is that feature gsm and the CONFIG_GSM symbol it defines will 1 # My vision is that feature gsm and the CONFIG_GSM symbol it defines will
2 # include everything that is needed for basic GSM functionality: GPF, L1, 2 # include everything that is needed for basic GSM functionality: GPF, L1,
3 # SIM driver, G23 stack and ACI. 3 # SIM driver, G23 stack and ACI.
4 # We'll see how it pans out as the project progresses. 4 # We'll see how it pans out as the project progresses.
5 5
6 CONFIG_GPF=1
7 CONFIG_GSM=1 6 CONFIG_GSM=1
8 export_to_c CONFIG_GPF CONFIG_GSM 7 export_to_c CONFIG_GSM
9 export_to_mk CONFIG_GPF CONFIG_GSM 8 export_to_mk CONFIG_GSM
9
10 # enable all necessary components
11 CONFIG_INCLUDE_CCD=1
12 CONFIG_INCLUDE_GPF=1
13 CONFIG_INCLUDE_L1=1
14 CONFIG_INCLUDE_PCM=1
15 CONFIG_INCLUDE_SIM=1