summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-stellaris-in
blob: d947ef0fffa27582c4f12b8f682d2a257fb7623f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=@section@

config @PACKAGE@
	bool
	select SW_EK_LM3S3748
	prompt "@package@"
	help
	  FIXME

if @PACKAGE@

config @PACKAGE@_TRUNK
	bool
	prompt "use trunk"
	help
	  Build trunk instead of latest release.

endif