Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / arch / arm / mach-octeontx2 / Kconfig
1 if ARCH_OCTEONTX2
2
3 choice
4         prompt "OcteonTX2 board select"
5         optional
6
7 config TARGET_OCTEONTX2_95XX
8         bool "Marvell OcteonTX2 CN95XX"
9
10 config TARGET_OCTEONTX2_96XX
11         bool "Marvell OcteonTX2 CN96XX"
12
13 endchoice
14
15 config SYS_SOC
16         string
17         default "octeontx2"
18
19 config SYS_PCI_64BIT
20         bool
21         default y
22
23 endif