arm: mvebu: Add SolidRun ClearFog Armada 38x initial support
[platform/kernel/u-boot.git] / arch / arm / Kconfig
index 408e4ff..4b5cd57 100644 (file)
@@ -117,7 +117,13 @@ config ARCH_MVEBU
        select OF_CONTROL
        select OF_SEPARATE
        select DM
+       select DM_ETH
        select DM_SERIAL
+       select DM_SPI
+       select DM_SPI_FLASH
+       select SPL_DM
+       select SPL_OF_CONTROL
+       select SPL_SIMPLE_BUS
 
 config TARGET_DEVKIT3250
        bool "Support devkit3250"
@@ -516,14 +522,16 @@ config ARCH_SUNXI
        bool "Support sunxi (Allwinner) SoCs"
        select CMD_USB
        select DM
-       select DM_GPIO
        select DM_ETH
+       select DM_GPIO
+       select DM_KEYBOARD
        select DM_SERIAL
        select DM_USB
        select OF_CONTROL
        select OF_SEPARATE
        select SPL_STACK_R if !MACH_SUN9I
        select SPL_SYS_MALLOC_SIMPLE if !MACH_SUN9I
+       select SYS_NS16550
        select USB
        select USB_STORAGE
        select USB_KEYBOARD
@@ -551,7 +559,9 @@ config ARCH_ZYNQ
        select OF_CONTROL
        select SPL_OF_CONTROL
        select DM
+       select DM_ETH
        select SPL_DM
+       select DM_MMC
        select DM_SPI
        select DM_SERIAL
        select DM_SPI_FLASH
@@ -562,6 +572,8 @@ config ARCH_ZYNQMP
        select ARM64
        select DM
        select OF_CONTROL
+       select DM_ETH
+       select DM_MMC
        select DM_SERIAL
 
 config TEGRA
@@ -692,6 +704,8 @@ config ARCH_UNIPHIER
 config TARGET_STM32F429_DISCOVERY
        bool "Support STM32F429 Discovery"
        select CPU_V7M
+       select DM
+       select DM_SERIAL
 
 config ARCH_ROCKCHIP
        bool "Support Rockchip SoCs"
@@ -814,6 +828,7 @@ source "board/siemens/draco/Kconfig"
 source "board/siemens/pxm2/Kconfig"
 source "board/siemens/rut/Kconfig"
 source "board/silica/pengwyn/Kconfig"
+source "board/solidrun/clearfog/Kconfig"
 source "board/spear/spear300/Kconfig"
 source "board/spear/spear310/Kconfig"
 source "board/spear/spear320/Kconfig"