From: Fabien Parent Date: Fri, 15 Apr 2022 15:00:02 +0000 (+0200) Subject: arm64: defconfig: enable MT6359 regulator driver X-Git-Tag: v6.6.17~7442^2~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=940368923239d337fb0d6744fa21380d4efe5769;p=platform%2Fkernel%2Flinux-rpi.git arm64: defconfig: enable MT6359 regulator driver The PMIC regulators are essentials to be able to boot MediaTek MT8195 based boards to userspace. Like the other MediaTek PMIC regulator driver, let's enable as well the one for the MT6359 PMIC. Signed-off-by: Fabien Parent Link: https://lore.kernel.org/r/20220415150003.1793063-4-fparent@baylibre.com Signed-off-by: Matthias Brugger --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 50aa3d7..1e521f1 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -644,6 +644,7 @@ CONFIG_REGULATOR_MAX77620=y CONFIG_REGULATOR_MAX8973=y CONFIG_REGULATOR_MP8859=y CONFIG_REGULATOR_MT6358=y +CONFIG_REGULATOR_MT6359=y CONFIG_REGULATOR_MT6397=y CONFIG_REGULATOR_PCA9450=y CONFIG_REGULATOR_PF8X00=y