summaryrefslogtreecommitdiffstats
path: root/rules/sw-ek-lm3s3748.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-10 18:22:37 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-10 18:22:37 +0000
commit31e2b4b7aa9c923700df6493430b5c515dc82582 (patch)
tree7de95d2529b9a2dfc2a3511eef8149e5ae87eab6 /rules/sw-ek-lm3s3748.in
parent57bf911faf32ddb5ec2331ddd7726d19d1ef8d95 (diff)
downloadptxdist-31e2b4b7aa9c923700df6493430b5c515dc82582.tar.gz
ptxdist-31e2b4b7aa9c923700df6493430b5c515dc82582.tar.xz
sw-ek-lm3s3748: added
Add framework for the Stellaris LM3S3748 cortex-m3 cpu. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10733 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/sw-ek-lm3s3748.in')
-rw-r--r--rules/sw-ek-lm3s3748.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/rules/sw-ek-lm3s3748.in b/rules/sw-ek-lm3s3748.in
new file mode 100644
index 000000000..b9009a392
--- /dev/null
+++ b/rules/sw-ek-lm3s3748.in
@@ -0,0 +1,19 @@
+## SECTION=bare_metal_stellaris
+
+config SW_EK_LM3S3748
+ tristate
+ prompt "sw-ek-lm3s3748"
+ help
+ Software Development Kit for the Stellaris LM3S3748.
+
+if SW_EK_LM3S3748
+
+config SW_EK_LM3S3748_BOOTLOADER
+ bool
+ prompt "bootloader
+ help
+ Build the DFU (Device Firmware Update) bootloader for the
+ LM3S3748.
+
+endif
+