1if TARGET_OCTEONTX_81XX || TARGET_OCTEONTX_83XX 2 3config SYS_VENDOR 4 string 5 default "Marvell" 6 7config SYS_BOARD 8 string 9 default "octeontx" 10 11config SYS_CONFIG_NAME 12 default "octeontx_common" 13 14endif 15