Message ID | 1595254921-26050-2-git-send-email-Anson.Huang@nxp.com (mailing list archive) |
---|---|
State | Changes Requested, archived |
Delegated to: | Lorenzo Pieralisi |
Headers | show |
Series | [V3,1/3] reset: imx7: Support module build | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 39b3ac7..6c764bd 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -921,6 +921,7 @@ CONFIG_PWM_SAMSUNG=y CONFIG_PWM_SUN4I=m CONFIG_PWM_TEGRA=m CONFIG_QCOM_PDC=y +CONFIG_RESET_IMX7=m CONFIG_RESET_QCOM_AOSS=y CONFIG_RESET_QCOM_PDC=m CONFIG_RESET_TI_SCI=y
i.MX7 reset driver now supports module build, it is no longer enabled by default, need to select it explicitly. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> --- No change. --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)