FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/cfgmagic/feature.gsm @ 852:fc713944bd1c
gsm-fw: uartfax.c included in the build with feature at-modem
| author | Space Falcon <falcon@ivan.Harhan.ORG> | 
|---|---|
| date | Sun, 26 Apr 2015 03:06:32 +0000 | 
| parents | 210268d8e553 | 
| children | 
| rev | line source | 
|---|---|
| 524 
11b6ca57a079
gsm-fw/cfgmagic: first rough sketch at L1 configuration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 1 # My vision is that feature gsm and the CONFIG_GSM symbol it defines will | 
| 
11b6ca57a079
gsm-fw/cfgmagic: first rough sketch at L1 configuration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 2 # include everything that is needed for basic GSM functionality: GPF, L1, | 
| 
11b6ca57a079
gsm-fw/cfgmagic: first rough sketch at L1 configuration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 3 # SIM driver, G23 stack and ACI. | 
| 
11b6ca57a079
gsm-fw/cfgmagic: first rough sketch at L1 configuration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 4 # We'll see how it pans out as the project progresses. | 
| 
11b6ca57a079
gsm-fw/cfgmagic: first rough sketch at L1 configuration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 5 | 
| 
11b6ca57a079
gsm-fw/cfgmagic: first rough sketch at L1 configuration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 6 CONFIG_GSM=1 | 
| 637 
0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
524diff
changeset | 7 export_to_c CONFIG_GSM | 
| 
0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
524diff
changeset | 8 export_to_mk CONFIG_GSM | 
| 
0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
524diff
changeset | 9 | 
| 
0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
524diff
changeset | 10 # enable all necessary components | 
| 
0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
524diff
changeset | 11 CONFIG_INCLUDE_GPF=1 | 
| 
0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
524diff
changeset | 12 CONFIG_INCLUDE_L1=1 | 
| 
0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
524diff
changeset | 13 CONFIG_INCLUDE_PCM=1 | 
| 671 
210268d8e553
gsm-fw: comlib included in the build along with ccd
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
637diff
changeset | 14 CONFIG_INCLUDE_PS=1 | 
| 637 
0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
524diff
changeset | 15 CONFIG_INCLUDE_SIM=1 | 
