[PATCH 3/4] arm64: defconfig: Enable Milos LPASS LPI pinctrl driver

Luca Weiss posted 4 patches 1 month ago
[PATCH 3/4] arm64: defconfig: Enable Milos LPASS LPI pinctrl driver
Posted by Luca Weiss 1 month ago
Build the LPASS LPI pinctrl driver as module, as required by devices
using the Qualcomm Milos SoC.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 4ed70ab7ee85..c8e294fa4b53 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -693,6 +693,7 @@ CONFIG_PINCTRL_SM8750=y
 CONFIG_PINCTRL_X1E80100=y
 CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
 CONFIG_PINCTRL_LPASS_LPI=m
+CONFIG_PINCTRL_MILOS_LPASS_LPI=m
 CONFIG_PINCTRL_SC7280_LPASS_LPI=m
 CONFIG_PINCTRL_SM6115_LPASS_LPI=m
 CONFIG_PINCTRL_SM8250_LPASS_LPI=m

-- 
2.53.0
Re: [PATCH 3/4] arm64: defconfig: Enable Milos LPASS LPI pinctrl driver
Posted by Krzysztof Kozlowski 1 month ago
On Fri, Mar 06, 2026 at 03:22:17PM +0100, Luca Weiss wrote:
> Build the LPASS LPI pinctrl driver as module, as required by devices
> using the Qualcomm Milos SoC.

", like foo bar."

Because if we don't have such device with audio enabled upstream, why
would we want it in defconfig?

Best regards,
Krzysztof