From 2c8b12d2a5ce91b91914912337de676640bdfb10 Mon Sep 17 00:00:00 2001 From: Kashish Jain Date: Sat, 1 Jul 2023 23:27:33 +0530 Subject: [PATCH] disp: config: add support for fsa and wcd aux switch for crow target Add support for fsa and wcd aux switch for crow target. Change-Id: If50226c5f9f7cbb3a1ab1d469bc2c9efa0b541c4 Signed-off-by: Kashish Jain --- config/gki_crowdisp.conf | 2 ++ config/gki_crowdispconf.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/gki_crowdisp.conf b/config/gki_crowdisp.conf index ccae67ab..98c9476d 100644 --- a/config/gki_crowdisp.conf +++ b/config/gki_crowdisp.conf @@ -14,3 +14,5 @@ export CONFIG_DISPLAY_BUILD=m export CONFIG_HDCP_QSEECOM=y export CONFIG_DRM_SDE_VM=y export CONFIG_QCOM_SPEC_SYNC=y +export CONFIG_QCOM_WCD939X_I2C=y +export CONFIG_QCOM_FSA4480_I2C=y diff --git a/config/gki_crowdispconf.h b/config/gki_crowdispconf.h index 25edefc9..e4a44582 100644 --- a/config/gki_crowdispconf.h +++ b/config/gki_crowdispconf.h @@ -20,3 +20,5 @@ #define CONFIG_HDCP_QSEECOM 1 #define CONFIG_DRM_SDE_VM 1 #define CONFIG_QCOM_SPEC_SYNC 1 +#define CONFIG_QCOM_WCD939X_I2C 1 +#define CONFIG_QCOM_FSA4480_I2C 1