summaryrefslogtreecommitdiffstats
path: root/board/miromico/hammerhead/Kconfig
blob: 9795e55b1dad51b830146809cddc42752e1d17dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_HAMMERHEAD

config SYS_BOARD
	string
	default "hammerhead"

config SYS_VENDOR
	string
	default "miromico"

config SYS_SOC
	string
	default "at32ap700x"

config SYS_CONFIG_NAME
	string
	default "hammerhead"

endif
OpenPOWER on IntegriCloud