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 <quic_kashjain@quicinc.com>
This commit is contained in:
Kashish Jain
2023-07-01 23:27:33 +05:30
committed by Gerrit - the friendly Code Review server
parent 0a9bb868d0
commit 2c8b12d2a5
2 changed files with 4 additions and 0 deletions

View File

@@ -14,3 +14,5 @@ export CONFIG_DISPLAY_BUILD=m
export CONFIG_HDCP_QSEECOM=y export CONFIG_HDCP_QSEECOM=y
export CONFIG_DRM_SDE_VM=y export CONFIG_DRM_SDE_VM=y
export CONFIG_QCOM_SPEC_SYNC=y export CONFIG_QCOM_SPEC_SYNC=y
export CONFIG_QCOM_WCD939X_I2C=y
export CONFIG_QCOM_FSA4480_I2C=y

View File

@@ -20,3 +20,5 @@
#define CONFIG_HDCP_QSEECOM 1 #define CONFIG_HDCP_QSEECOM 1
#define CONFIG_DRM_SDE_VM 1 #define CONFIG_DRM_SDE_VM 1
#define CONFIG_QCOM_SPEC_SYNC 1 #define CONFIG_QCOM_SPEC_SYNC 1
#define CONFIG_QCOM_WCD939X_I2C 1
#define CONFIG_QCOM_FSA4480_I2C 1