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