summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/Kconfig
blob: 79ff0e82786db029a267458e125bbf9c11d26ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"

config MVEBU_BOOTROM_UARTBOOT
	bool "Use kwboot to boot via BootROM xmodem protocol"
	help
	  This option provides support for booting via the Marvell
	  xmodem protocol, used by the kwboot tool.

	  Please don't forget to configure the boot device in
	  the board specific kwbimage.cfg file this way:
	      BOOT_FROM uart

endif
OpenPOWER on IntegriCloud