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