diff gsm-fw/cfgmagic/feature.gsm @ 524:11b6ca57a079

gsm-fw/cfgmagic: first rough sketch at L1 configuration
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 14 Jul 2014 07:03:53 +0000
parents
children 0677a6fbb8b6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gsm-fw/cfgmagic/feature.gsm	Mon Jul 14 07:03:53 2014 +0000
@@ -0,0 +1,9 @@
+# My vision is that feature gsm and the CONFIG_GSM symbol it defines will
+# include everything that is needed for basic GSM functionality: GPF, L1,
+# SIM driver, G23 stack and ACI.
+# We'll see how it pans out as the project progresses.
+
+CONFIG_GPF=1
+CONFIG_GSM=1
+export_to_c	CONFIG_GPF CONFIG_GSM
+export_to_mk	CONFIG_GPF CONFIG_GSM