From: Fabio Estevam Date: Mon, 29 Feb 2016 12:33:22 +0000 (-0300) Subject: warp7: Add initial support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd6b196f;p=bsp%2Fu-boot.git warp7: Add initial support Add the basic support for Warp7 board. For more information about this reference design, please visit: https://www.element14.com/community/docs/DOC-79058/l/warp-7-the-next-generation-wearable-reference-platform Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan --- diff --git a/arch/arm/cpu/armv7/mx7/Kconfig b/arch/arm/cpu/armv7/mx7/Kconfig index ecfa4a2c35..2f05cd4b6a 100644 --- a/arch/arm/cpu/armv7/mx7/Kconfig +++ b/arch/arm/cpu/armv7/mx7/Kconfig @@ -25,6 +25,12 @@ config TARGET_WARP7 select DM select DM_THERMAL +config TARGET_WARP7 + bool "warp7" + select MX7D + select DM + select DM_THERMAL + endchoice config SYS_SOC