diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2019-07-04 11:53:22 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-07-22 14:41:41 +0800 |
commit | bf58de429387b928268a8567e34cb4d3c109b727 (patch) | |
tree | 54ccd795748d5bc1abd8115b77e9ee16502d0ef2 /arch/arm64/configs | |
parent | 87ff1f88552a7d3b3f865d89ce4ed002777fe2ab (diff) | |
download | linux-bf58de429387b928268a8567e34cb4d3c109b727.tar.bz2 |
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@nxp.com>
Acked-by: Frank Li <frank.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ba65833d08cc..121aeb205247 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -785,6 +785,7 @@ 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 |