mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
7856cd5a6d
This converts the following to Kconfig: CONFIG_SYS_PCI_64BIT Signed-off-by: Tom Rini <trini@konsulko.com>
19 lines
251 B
Text
19 lines
251 B
Text
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
|