summaryrefslogtreecommitdiffstats
path: root/rules/sw-ek-lm3s3748.in
blob: 344289954860866f4e84ed90070c02435b09bf1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=bare_metal_stellaris

menuconfig SW_EK_LM3S3748
	tristate
	select DFU_UTIL if SW_EK_LM3S3748_BOOTLOADER
	prompt "sw-ek-lm3s3748                "
	help
	  Software Development Kit for the Stellaris LM3S3748.

if SW_EK_LM3S3748

config SW_EK_LM3S3748_BOOTLOADER
	bool
	prompt "bootloader"
	default y
	help
	  Build the DFU (Device Firmware Update) bootloader for the
	  LM3S3748.

endif