On 22/07/2023 10:52, Konrad Dybcio wrote: > Enable the Qualcomm SM6115 LPASS TLMM pin controller driver for > providing GPIOs/pins for audio block on SM6115 based boards (e.g. > QTI RB2). > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 6cbf6eb59378..6911101db09e 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -587,6 +587,7 @@ CONFIG_PINCTRL_SDM660=y > CONFIG_PINCTRL_SDM670=y > CONFIG_PINCTRL_SDM845=y > CONFIG_PINCTRL_SM6115=y > +CONFIG_PINCTRL_SM6115_LPASS_LPI=m After recent re-shuffling in Kconfig, this will be placed differently with savedefconfig, so maybe better to find proper (new) placement for this now? Anyway: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof