summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mx5
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-07-23 16:55:14 +0300
committerTom Rini <trini@konsulko.com>2018-07-30 14:18:48 +0300
commit08a00cba06a7e608ae65e3d7ea225cf8c639429d (patch)
treea5342e260c5db2fc4cba1d2bc147cefc552d7227 /arch/arm/mach-imx/mx5
parent5ed063d10f647b7cdbd048c8acdf7d030f1a94e6 (diff)
downloadu-boot-08a00cba06a7e608ae65e3d7ea225cf8c639429d.tar.xz
dm: Change CMD_DM enabling
CMD_DM is used for debug purpose and it shouldn't be enabled by default via Kconfig. Unfortunately this is in the tree for quite a long time that's why solution is to use imply DM for all targets which are enabling DM. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'arch/arm/mach-imx/mx5')
-rw-r--r--arch/arm/mach-imx/mx5/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx5/Kconfig b/arch/arm/mach-imx/mx5/Kconfig
index 1bb373bf2d..051b15dbff 100644
--- a/arch/arm/mach-imx/mx5/Kconfig
+++ b/arch/arm/mach-imx/mx5/Kconfig
@@ -28,6 +28,7 @@ config TARGET_KP_IMX53
select DM_PMIC
select DM_SERIAL
select MX53
+ imply CMD_DM
config TARGET_MX51EVK
bool "Support mx51evk"
@@ -44,6 +45,7 @@ config TARGET_MX53CX9020
select DM
select DM_SERIAL
select MX53
+ imply CMD_DM
config TARGET_MX53EVK
bool "Support mx53evk"