mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
24 lines
297 B
Text
24 lines
297 B
Text
|
if ARCH_OCTEONTX2
|
||
|
|
||
|
choice
|
||
|
prompt "OcteonTX2 board select"
|
||
|
optional
|
||
|
|
||
|
config TARGET_OCTEONTX2_95XX
|
||
|
bool "Marvell OcteonTX2 CN95XX"
|
||
|
|
||
|
config TARGET_OCTEONTX2_96XX
|
||
|
bool "Marvell OcteonTX2 CN96XX"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "octeontx2"
|
||
|
|
||
|
config SYS_PCI_64BIT
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
endif
|