From 3b2cff9f6d63d922ac2d224c52d2626bf3474267 Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Mon, 16 Dec 2024 19:16:55 +0200 Subject: [PATCH] base-defconfig: Add CONFIG_PINCTRL_METEORPOINT for ARL-S This patch adds the kconfig to enable Meteor Point pincontrol. SOF with SoundWire codecs does not boot in ARL-S without this and fails to a codec driver error: i2c i2c-VEN_06CB:00: deferred probe pending: (reason unknown) soundwire sdw:0:2:01fa:3556:01: deferred probe pending: cs35l56: Failed to get spk-id-gpios Signed-off-by: Seppo Ingalsuo --- base-defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/base-defconfig b/base-defconfig index 5e16ad5..897f0a2 100644 --- a/base-defconfig +++ b/base-defconfig @@ -87,6 +87,7 @@ CONFIG_PINCTRL_TIGERLAKE=y # CONFIG_PINCTRL_ELKHARTLAKE=y CONFIG_PINCTRL_ALDERLAKE=y CONFIG_PINCTRL_METEORLAKE=y +CONFIG_PINCTRL_METEORPOINT=y # DesignWare CONFIG_DW_DMAC=y