summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJuan Gutierrez <juan.gutierrez@nxp.com>2016-09-02 13:07:48 -0500
committerJuan Gutierrez <juan.gutierrez@nxp.com>2016-10-21 12:16:37 -0500
commit1d58c7d40d4bd10748d5b10462bcb19570460849 (patch)
tree94ff4e79306ed0daa48e324374fb7f79eb7e5165 /arch
parenta3e5ebaa772e7ab1fe54615a47656b796cf5723e (diff)
downloadu-boot-imx-1d58c7d40d4bd10748d5b10462bcb19570460849.zip
u-boot-imx-1d58c7d40d4bd10748d5b10462bcb19570460849.tar.gz
u-boot-imx-1d58c7d40d4bd10748d5b10462bcb19570460849.tar.bz2
MLK-13255 imx: mx6dqscm: generic mx6dqscm board support
Provide the generic support for i.MX6DQ SCM boards - LPDDR2 memory configuration files for 1GB, 2GB and 512MB. - plugin support for the above configurations. - fix and interleave memory mode (selected by CONFIG option) - driver support for: uart, spi, i2c, usb, sata and fec. - Android support Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com> Signed-off-by: Alejandro Sierra <alejandro.sierra@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 1293f3f..09a26c9 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -227,6 +227,11 @@ config TARGET_WANDBOARD
config TARGET_WARP
bool "WaRP"
+config TARGET_MX6DQSCM
+ bool "mx6dqscm"
+ select DM
+ select DM_THERMAL
+
endchoice
config SYS_SOC
@@ -265,5 +270,6 @@ source "board/tqc/tqma6/Kconfig"
source "board/udoo/Kconfig"
source "board/wandboard/Kconfig"
source "board/warp/Kconfig"
+source "board/freescale/mx6dqscm/Kconfig"
endif