1if TARGET_OCTEONTX2_95XX || TARGET_OCTEONTX2_96XX
2
3config SYS_VENDOR
4	string
5	default	"Marvell"
6
7config SYS_BOARD
8	string
9	default "octeontx2"
10
11config SYS_CONFIG_NAME
12	default "octeontx2_common"
13
14endif
15