diff options
author | 2023-05-25 10:33:10 +0200 | |
---|---|---|
committer | 2023-05-29 14:12:37 +0200 | |
commit | b1da1c17f6b1af1f91715db3dd5117a5d7589b7d (patch) | |
tree | 6270e77523d25a5e7903416f1079697fe4040572 | |
parent | Linux 6.4-rc1 (diff) | |
download | wireguard-linux-b1da1c17f6b1af1f91715db3dd5117a5d7589b7d.tar.xz wireguard-linux-b1da1c17f6b1af1f91715db3dd5117a5d7589b7d.zip |
arm64: defconfig: enable MT6357 regulator
Enable the power regulator support of MediaTek MT6357 PMIC. This driver
supports the control of different power rails of device through
regulator interface.
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Link: https://lore.kernel.org/r/20230203-evk-board-support-v8-1-7019f3fd0adf@baylibre.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to '')
-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 a24609e14d50..ed3fca298314 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -708,6 +708,7 @@ CONFIG_REGULATOR_MAX77620=y CONFIG_REGULATOR_MAX8973=y CONFIG_REGULATOR_MP8859=y CONFIG_REGULATOR_MT6315=m +CONFIG_REGULATOR_MT6357=y CONFIG_REGULATOR_MT6358=y CONFIG_REGULATOR_MT6359=y CONFIG_REGULATOR_MT6360=y |