From: Patrick Wildt Date: Thu, 3 Oct 2019 14:13:24 +0000 (+0200) Subject: imx: enable the reset controller on the i.MX8MQ EVK X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=2845f86d951b1ffa3916e2ed7a6b5eed8d8d735a;p=u-boot.git imx: enable the reset controller on the i.MX8MQ EVK This patch makes sure that the reset controller driver is compiled for the i.MX8MQ EVK. Signed-off-by: Patrick Wildt --- diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig index 8fd07f689b..f352f47ed5 100644 --- a/configs/imx8mq_evk_defconfig +++ b/configs/imx8mq_evk_defconfig @@ -42,4 +42,5 @@ CONFIG_IMX8M_POWER_DOMAIN=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_RESET=y CONFIG_DM_THERMAL=y