]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/Kconfig
arm: Add support for Actions Semi OWL SoC family
[u-boot] / arch / arm / Kconfig
index 00b28480b4091ad2679dc6948311d81ca8488b6d..46882bd762a5418fd79ec30adefd7bdfaa3e5616 100644 (file)
@@ -708,6 +708,13 @@ config ARCH_MX5
        select BOARD_EARLY_INIT_F
        imply MXC_GPIO
 
+config ARCH_OWL
+       bool "Actions Semi OWL SoCs"
+       select ARM64
+       select DM
+       select DM_SERIAL
+       select OF_CONTROL
+
 config ARCH_QEMU
        bool "QEMU Virtual Platform"
        select DM
@@ -1357,6 +1364,8 @@ source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
 
 source "arch/arm/mach-orion5x/Kconfig"
 
+source "arch/arm/mach-owl/Kconfig"
+
 source "arch/arm/mach-rmobile/Kconfig"
 
 source "arch/arm/mach-meson/Kconfig"