blob: 79ff0e82786db029a267458e125bbf9c11d26ec9 [file] [log] [blame]
Stefan Roesec3d89142015-08-25 13:18:38 +02001if ARCH_MVEBU
2
3choice
4 prompt "Marvell MVEBU (Armada XP/38x) board select"
5 optional
6
7config TARGET_DB_88F6820_GP
8 bool "Support DB-88F6820-GP"
9
10config TARGET_DB_MV784MP_GP
11 bool "Support db-mv784mp-gp"
12
13config TARGET_MAXBCM
14 bool "Support maxbcm"
15
16endchoice
17
18config SYS_SOC
19 default "mvebu"
20
Stefan Roese944c7a32015-08-25 13:49:41 +020021config MVEBU_BOOTROM_UARTBOOT
22 bool "Use kwboot to boot via BootROM xmodem protocol"
23 help
24 This option provides support for booting via the Marvell
25 xmodem protocol, used by the kwboot tool.
26
27 Please don't forget to configure the boot device in
28 the board specific kwbimage.cfg file this way:
29 BOOT_FROM uart
30
Stefan Roesec3d89142015-08-25 13:18:38 +020031endif