From f4cecda42eff1d8bbed2c1be0d71537b0be4c3b1 Mon Sep 17 00:00:00 2001 From: Haoran Wang Date: Tue, 21 Feb 2017 13:10:08 +0800 Subject: imx: mx6ul_aquila: Initial Murata 6ul Aquila board Change-Id: Iaddd7750176516610b599aafcc3ff4d4690f5763 Signed-off-by: Haoran Wang --- arch/arm/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cbfc19d..4e1f49a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -572,6 +572,10 @@ config TARGET_MX6UL_14X14_EVK bool "Support mx6ul_14x14_evk" select CPU_V7 +config TARGET_MX6UL_AQUILA + bool "Support mx6ul_aquila" + select CPU_V7 + config TARGET_MX6UL_NXPU_IOPB bool "Support mx6ul_nxpu_iopb" select CPU_V7 @@ -894,6 +898,7 @@ source "board/freescale/mx6ul_14x14_evk/Kconfig" source "board/freescale/mx6ul_nxpu_iopb/Kconfig" source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig" source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig" +source "board/freescale/mx6ul_aquila/Kconfig" source "board/technexion/picosom-imx6ul/Kconfig" source "board/freescale/vf610twr/Kconfig" source "board/gateworks/gw_ventana/Kconfig" -- cgit v1.1