blob: 8e5cb0f6380e89e8c7a0e5e61c7f93553d65cbf4 [file] [log] [blame]
Suneel Garapati0a668f62019-10-19 18:47:37 -07001if ARCH_OCTEONTX2
2
3choice
4 prompt "OcteonTX2 board select"
5 optional
6
7config TARGET_OCTEONTX2_95XX
8 bool "Marvell OcteonTX2 CN95XX"
9
10config TARGET_OCTEONTX2_96XX
11 bool "Marvell OcteonTX2 CN96XX"
12
13endchoice
14
15config SYS_SOC
16 string
17 default "octeontx2"
18
19config SYS_PCI_64BIT
20 bool
21 default y
22
23endif