LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: buildin FSL DDR PMU
@ 2020-03-13 9:05 Joakim Zhang
2020-03-13 12:02 ` Mark Rutland
0 siblings, 1 reply; 2+ messages in thread
From: Joakim Zhang @ 2020-03-13 9:05 UTC (permalink / raw)
To: catalin.marinas, will
Cc: bjorn.andersson, shawnguo, olof, vkoul, leonard.crestez,
linux-arm-kernel, linux-kernel, linux-imx, Joakim Zhang
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(-)
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: defconfig: buildin FSL DDR PMU
2020-03-13 9:05 [PATCH] arm64: defconfig: buildin FSL DDR PMU Joakim Zhang
@ 2020-03-13 12:02 ` Mark Rutland
0 siblings, 0 replies; 2+ messages in thread
From: Mark Rutland @ 2020-03-13 12:02 UTC (permalink / raw)
To: Joakim Zhang
Cc: catalin.marinas, will, bjorn.andersson, shawnguo, olof, vkoul,
leonard.crestez, linux-arm-kernel, linux-kernel, linux-imx
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-13 12:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-13 9:05 [PATCH] arm64: defconfig: buildin FSL DDR PMU Joakim Zhang
2020-03-13 12:02 ` Mark Rutland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).