> -----Original Message----- > From: Leonard Crestez <leonard.crestez@xxxxxxx> > Sent: Thursday, July 4, 2019 3:53 AM > To: Shawn Guo <shawnguo@xxxxxxxxxx>; Will Deacon <will@xxxxxxxxxx>; Frank > Li <frank.li@xxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx>; Andrey Smirnov > <andrew.smirnov@xxxxxxxxx>; Mark Rutland <mark.rutland@xxxxxxx>; > Aisheng Dong <aisheng.dong@xxxxxxx>; Fabio Estevam > <fabio.estevam@xxxxxxx>; Jacky Bai <ping.bai@xxxxxxx>; > devicetree@xxxxxxxxxxxxxxx; kernel@xxxxxxxxxxxxxx; dl-linux-imx <linux- > imx@xxxxxxx>; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Subject: [PATCH 3/3] arm64: defconfig: Build imx8 ddr pmu as module > > This is available on all imx8 but is not "boot critical" in any way so build as a > module. > > Signed-off-by: Leonard Crestez <leonard.crestez@xxxxxxx> Acked-by: Frank Li <frank.li@xxxxxxx> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 812fe887477d..134a4067846f 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -766,10 +766,11 @@ CONFIG_PHY_ROCKCHIP_INNO_USB2=y > CONFIG_PHY_ROCKCHIP_PCIE=m CONFIG_PHY_ROCKCHIP_TYPEC=y > CONFIG_PHY_UNIPHIER_USB2=y CONFIG_PHY_UNIPHIER_USB3=y > CONFIG_PHY_TEGRA_XUSB=y > +CONFIG_FSL_IMX8_DDR_PMU=m > CONFIG_HISI_PMU=y > CONFIG_QCOM_L2_PMU=y > CONFIG_QCOM_L3_PMU=y > CONFIG_NVMEM_SUNXI_SID=y > CONFIG_NVMEM_IMX_OCOTP=y > -- > 2.17.1