mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-10 09:17:00 +02:00
This converts the following to Kconfig: CONFIG_SYS_PCI_64BIT Signed-off-by: Tom Rini <trini@konsulko.com>
20 lines
251 B
Plaintext
20 lines
251 B
Plaintext
if ARCH_OCTEONTX
|
|
|
|
choice
|
|
prompt "OcteonTX board select"
|
|
optional
|
|
|
|
config TARGET_OCTEONTX_81XX
|
|
bool "Marvell OcteonTX CN81XX"
|
|
|
|
config TARGET_OCTEONTX_83XX
|
|
bool "Marvell OcteonTX CN83XX"
|
|
|
|
endchoice
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "octeontx"
|
|
|
|
endif
|