Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / board / Marvell / octeontx2 / Kconfig
1 if TARGET_OCTEONTX2_95XX || TARGET_OCTEONTX2_96XX
2
3 config SYS_VENDOR
4         string
5         default "Marvell"
6
7 config SYS_BOARD
8         string
9         default "octeontx2"
10
11 config SYS_CONFIG_NAME
12         default "octeontx2_common"
13
14 endif