From bd771e4337927fb8de90b06c84b22d5b2d96f787 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Thu, 17 Nov 2016 17:43:07 +0800 Subject: MLK-13450-19 imx: mx7ulp_evk: Add EVK boards support codes Add basic support for i.MX7ULP EVK board. I2C, SD/eMMC, UART, QSPI and USB are added. Use target mx7ulp_evk_config to select the configuration. Use mx7ulp_evk_emmc_config for eMMC boot. Use mx7ulp_evk_m4boot_config for binding and booting m4 image in single boot mode. Signed-off-by: Ye Li Signed-off-by: Han Xu Signed-off-by: Shenwei Wang --- arch/arm/cpu/armv7/mx7ulp/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'arch/arm') diff --git a/arch/arm/cpu/armv7/mx7ulp/Kconfig b/arch/arm/cpu/armv7/mx7ulp/Kconfig index 841afc5..6909fea 100644 --- a/arch/arm/cpu/armv7/mx7ulp/Kconfig +++ b/arch/arm/cpu/armv7/mx7ulp/Kconfig @@ -4,8 +4,19 @@ config MX7ULP bool select ROM_UNIFIED_SECTIONS +choice + prompt "MX7ULP board select" + optional + +config TARGET_MX7ULP_EVK + bool "Support mx7ulp EVK board" + select MX7ULP + +endchoice + config SYS_SOC default "mx7ulp" +source "board/freescale/mx7ulp_evk/Kconfig" endif -- cgit v1.1