arm: mvebu: Add SolidRun ClearFog Armada 38x initial support
[platform/kernel/u-boot.git] / arch / arm / mach-mvebu / Kconfig
index 1aa9640..82a439e 100644 (file)
@@ -4,6 +4,9 @@ choice
        prompt "Marvell MVEBU (Armada XP/38x) board select"
        optional
 
+config TARGET_CLEARFOG
+       bool "Support ClearFog"
+
 config TARGET_DB_88F6820_GP
        bool "Support DB-88F6820-GP"
 
@@ -18,4 +21,14 @@ 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