diff options
author | Patrick Wildt <patrick@blueri.se> | 2019-10-03 16:13:24 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:36:36 +0200 |
commit | 2845f86d951b1ffa3916e2ed7a6b5eed8d8d735a (patch) | |
tree | eb4ef073c068a555231be05b0462a36f88b1454c /configs | |
parent | 63927b8fc7de6c0f75a8329b7f28f1e247b853bd (diff) |
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 <patrick@blueri.se>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx8mq_evk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |