summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0c82b17..ad986f1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -576,6 +576,10 @@ config TARGET_MX6UL_14X14_LPDDR2_ARM2
bool "Support mx6ul_14x14_lpddr2_arm2"
select CPU_V7
+config TARGET_PICOSOM_IMX6UL
+ bool "Support picosom-imx6ul"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -880,6 +884,7 @@ source "board/freescale/mx7dsabresd/Kconfig"
source "board/freescale/mx6ul_14x14_evk/Kconfig"
source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig"
source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig"
+source "board/technexion/picosom-imx6ul/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"