summaryrefslogtreecommitdiff
path: root/board/mpl/mip405/Kconfig
blob: e003a43d57834dea3432868d9d0ecff8afd8564f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if TARGET_MIP405 || TARGET_MIP405T

config SYS_BOARD
	default "mip405"

config SYS_VENDOR
	default "mpl"

config SYS_CONFIG_NAME
	default "MIP405"

config ISO_STRING
	string
	default "MEV-10082-001" if TARGET_MIP405T
	default "MEV-10072-001" if TARGET_MIP405

endif