aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-octeontx2/Kconfig
blob: 8e5cb0f6380e89e8c7a0e5e61c7f93553d65cbf4 (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_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