summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mx6/Kconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2020-05-05 02:04:50 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 18:03:42 +0800
commit23159f916ef4b11e076292ba2ab35d2526d34e08 (patch)
treeab88887fa24cb6ce42544340bc7da4edd7896fb8 /arch/arm/mach-imx/mx6/Kconfig
parent885d97494d7e3f69e40742a54061e854009dc4ea (diff)
MLK-23574-52 mx6sll_val: Add iMX6SLL validation boards support
Porting the iMX6SLL LPDDR3/LPDDR2 validation board support from v2019.04 u-boot. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit fabe5a0e397fdc89862c706ae502b5cc7afd16f5) (cherry picked from commit cb2cc57c9d2166db88b4428d35196d415fd33ef0) (cherry picked from commit 32e608b96bf3873bd55239d9029c7a676b407dd8)
Diffstat (limited to 'arch/arm/mach-imx/mx6/Kconfig')
-rw-r--r--arch/arm/mach-imx/mx6/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index fddbf709ee..9918440430 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -465,6 +465,14 @@ config TARGET_MX6SLLEVK
select DM_THERMAL
imply CMD_DM
+config TARGET_MX6SLL_VAL
+ bool "mx6sll val"
+ depends on MX6SLL
+ select BOARD_LATE_INIT
+ select DM
+ select DM_THERMAL
+ imply CMD_DM
+
config TARGET_MX6SXSABRESD
bool "mx6sxsabresd"
depends on MX6SX
@@ -805,6 +813,7 @@ source "board/freescale/mx6memcal/Kconfig"
source "board/freescale/mx6sabreauto/Kconfig"
source "board/freescale/mx6sabresd/Kconfig"
source "board/freescale/mx6slevk/Kconfig"
+source "board/freescale/mx6sll_val/Kconfig"
source "board/freescale/mx6sllevk/Kconfig"
source "board/freescale/mx6sxsabresd/Kconfig"
source "board/freescale/mx6sxsabreauto/Kconfig"