Messages in this thread Patch in this message |  | | From | Guido Günther <> | Subject | [PATCH v1 1/8] arm64: defconfig: Enable CONFIG_REGULATOR_TPS65132 | Date | Fri, 27 Nov 2020 15:22:52 +0100 |
| |
This is used by the Librem 5 to supply power to the panel.
Signed-off-by: Guido Günther <agx@sigxcpu.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 270d326d5f28..22c9e65d1ba5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -595,6 +595,7 @@ CONFIG_REGULATOR_QCOM_SMD_RPM=y CONFIG_REGULATOR_QCOM_SPMI=y CONFIG_REGULATOR_RK808=y CONFIG_REGULATOR_S2MPS11=y +CONFIG_REGULATOR_TPS65132=m CONFIG_REGULATOR_VCTRL=m CONFIG_RC_CORE=m CONFIG_RC_DECODERS=y -- 2.29.2
|  |