summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-10-11 13:32:54 +0800
committerPeng Fan <peng.fan@nxp.com>2016-10-11 15:06:13 +0800
commit497134af4819241d49bbc22f1849756c7c06eb2e (patch)
tree921c5de091c25dfd6565f79a5c47b338f4936f6d /arch
parenta0b0849142d475a01816f0a5d7221251cdbd2f76 (diff)
downloadu-boot-imx-497134af4819241d49bbc22f1849756c7c06eb2e.zip
u-boot-imx-497134af4819241d49bbc22f1849756c7c06eb2e.tar.gz
u-boot-imx-497134af4819241d49bbc22f1849756c7c06eb2e.tar.bz2
MLK-13307-15 imx: mx6sll: add mx6sll arm2 support
Add mx6sll lpddr3/lpddr2 arm2 support. LCDIF/SPI/USB/PMIC supported. LPDDR3 DDR version: 1.2 LPDDR2 DDR version: initial version. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye.Li <ye.li@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 23ede29..20bca8c 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -102,6 +102,12 @@ config TARGET_MX6SLEVK
select DM
select DM_THERMAL
+config TARGET_MX6SLL_ARM2
+ bool "mx6sll arm2"
+ select MX6SLL
+ select DM
+ select DM_THERMAL
+
config TARGET_MX6SXSABRESD
bool "mx6sxsabresd"
select MX6SX
@@ -232,6 +238,7 @@ source "board/freescale/mx6qarm2/Kconfig"
source "board/freescale/mx6qsabreauto/Kconfig"
source "board/freescale/mx6sabresd/Kconfig"
source "board/freescale/mx6slevk/Kconfig"
+source "board/freescale/mx6sll_arm2/Kconfig"
source "board/freescale/mx6sxsabresd/Kconfig"
source "board/freescale/mx6sxsabreauto/Kconfig"
source "board/freescale/mx6ul_14x14_evk/Kconfig"