summaryrefslogtreecommitdiff
path: root/arch/arm/mach-octeontx/Kconfig
blob: 28ecf9821f9d0a79012e22f595fad1f9babfe46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"

config SYS_PCI_64BIT
	bool
	default y

endif