diff mbox series

arm64: defconfig: buildin FSL DDR PMU

Message ID 1584090348-28910-1-git-send-email-qiangqing.zhang@nxp.com (mailing list archive)
State New, archived
Headers show
Series arm64: defconfig: buildin FSL DDR PMU | expand

Commit Message

Joakim Zhang March 13, 2020, 9:05 a.m. UTC
Buildin FSL DDR PMU since it is used quite often.

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Rutland March 13, 2020, 12:02 p.m. UTC | #1
On Fri, Mar 13, 2020 at 05:05:48PM +0800, Joakim Zhang wrote:
> Buildin FSL DDR PMU since it is used quite often.

Generally. we should only build in stuff that's critical to getting a
system up-and-running, or cannot be built as a module. I don't think
that applies here.

Thanks,
Mark.

> 
> Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
> ---
>  arch/arm64/configs/defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 0f212889c931..9a84ef613c7d 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -833,7 +833,7 @@ CONFIG_PHY_UNIPHIER_USB2=y
>  CONFIG_PHY_UNIPHIER_USB3=y
>  CONFIG_PHY_TEGRA_XUSB=y
>  CONFIG_ARM_SMMU_V3_PMU=m
> -CONFIG_FSL_IMX8_DDR_PMU=m
> +CONFIG_FSL_IMX8_DDR_PMU=y
>  CONFIG_HISI_PMU=y
>  CONFIG_QCOM_L2_PMU=y
>  CONFIG_QCOM_L3_PMU=y
> -- 
> 2.17.1
>
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0f212889c931..9a84ef613c7d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -833,7 +833,7 @@  CONFIG_PHY_UNIPHIER_USB2=y
 CONFIG_PHY_UNIPHIER_USB3=y
 CONFIG_PHY_TEGRA_XUSB=y
 CONFIG_ARM_SMMU_V3_PMU=m
-CONFIG_FSL_IMX8_DDR_PMU=m
+CONFIG_FSL_IMX8_DDR_PMU=y
 CONFIG_HISI_PMU=y
 CONFIG_QCOM_L2_PMU=y
 CONFIG_QCOM_L3_PMU=y