summaryrefslogtreecommitdiff
path: root/bsps/arm/beagle/py/option.py
blob: 43c15361a641554a83caf4137d54af2bbb46b13d (plain)
1
2
3
4
5
6
7
8
# Add your options here.

class IS_DM3730(Boolean):
	value = False
	tag   = ["build"]
	undef = True
	descr = "true if SOC is DM3730"