summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-stellaris-in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-12 18:49:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-12 18:49:53 +0000
commit8b0729b27fe418e5fc1fe68a9b667d726e8fd143 (patch)
tree70c1552a26df0338e1520f1c503739938a756b69 /rules/templates/template-src-stellaris-in
parent3d11183876a17a134d94a94ec939457ba1965621 (diff)
downloadptxdist-8b0729b27fe418e5fc1fe68a9b667d726e8fd143.tar.gz
ptxdist-8b0729b27fe418e5fc1fe68a9b667d726e8fd143.tar.xz
stellaris: finish newpacket wizard
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10760 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/templates/template-src-stellaris-in')
-rw-r--r--rules/templates/template-src-stellaris-in18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/templates/template-src-stellaris-in b/rules/templates/template-src-stellaris-in
new file mode 100644
index 000000000..7cced1af2
--- /dev/null
+++ b/rules/templates/template-src-stellaris-in
@@ -0,0 +1,18 @@
+## SECTION=fixme
+
+config @PACKET@
+ bool
+ select SW_EK_LM3S3748
+ prompt "@packet@"
+ help
+ FIXME
+
+if @PACKET@
+
+config @PACKET@_TRUNK
+ bool
+ prompt "use trunk"
+ help
+ Build trunk instead of latest release.
+
+endif