summaryrefslogtreecommitdiffstats
path: root/board/mimc/mimc200/Kconfig
blob: 146c3b79a80c84e6b52e33ad6c917f3277691295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_MIMC200

config SYS_BOARD
	string
	default "mimc200"

config SYS_VENDOR
	string
	default "mimc"

config SYS_SOC
	string
	default "at32ap700x"

config SYS_CONFIG_NAME
	string
	default "mimc200"

endif
OpenPOWER on IntegriCloud