summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/Kconfig
blob: 1aa964091ab365c76f18f19492f978ed9256c274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if ARCH_MVEBU

choice
	prompt "Marvell MVEBU (Armada XP/38x) board select"
	optional

config TARGET_DB_88F6820_GP
	bool "Support DB-88F6820-GP"

config TARGET_DB_MV784MP_GP
	bool "Support db-mv784mp-gp"

config TARGET_MAXBCM
	bool "Support maxbcm"

endchoice

config SYS_SOC
	default "mvebu"

endif