summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mx6
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-03-15 22:16:54 +0800
committerYe Li <ye.li@nxp.com>2022-04-06 15:58:37 +0800
commit7a0151c0570e89721627edf5628f23805d2b0fad (patch)
tree75a7700a4f7bb23a1d57d3dd73e228d8d7e86fec /arch/arm/mach-imx/mx6
parent13d6ab453458df366d5bc31dd3ea10a30e428259 (diff)
MLK-12483-5 mx6ul: Enable module fuse check EVK board
Enable the configurations CONFIG_MODULE_FUSE and CONFIG_OF_SYSTEM_SETUP for module fuse check. And modify board level codes for SD, FEC and EIM. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 9232e9f7637afa3b71b43ab2d1361582ec5a080a) (cherry picked from commit 687b586bf7d3b0d2f796c8ea768e4fb450079adb) (cherry picked from commit f1cdd3b004b15d950b35f3ef625af23c2f106f5a) (cherry picked from commit e5ac66df336a1ce45f315ada5d8f1a73e8f22632) (cherry picked from commit f43662fa184193d165973f0c50708f818b120708) (cherry picked from commit 5a635cad834def6d5a624311e6db2666c6617276) (cherry picked from commit bdf0029e0facf763dd1f9555231caf7da48860fb) (cherry picked from commit 0bdd89bccd3a0c71a7e687a73fb440a43be99556)
Diffstat (limited to 'arch/arm/mach-imx/mx6')
-rw-r--r--arch/arm/mach-imx/mx6/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index 78545658e0..fe35501ac5 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -492,6 +492,8 @@ config TARGET_MX6UL_9X9_EVK
select DM
select DM_THERMAL
select SUPPORT_SPL
+ select IMX_MODULE_FUSE
+ select OF_SYSTEM_SETUP
imply CMD_DM
select FSL_CAAM
select ARCH_MISC_INIT
@@ -503,6 +505,8 @@ config TARGET_MX6UL_14X14_EVK
select DM
select DM_THERMAL
select SUPPORT_SPL
+ select IMX_MODULE_FUSE
+ select OF_SYSTEM_SETUP
imply CMD_DM
select FSL_CAAM
select ARCH_MISC_INIT