summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Armstrong <[email protected]>2024-04-22 11:33:53 +0200
committerCaleb Connolly <[email protected]>2024-04-23 13:29:32 +0200
commitad12acd7a8f5aeea5816d5c2fc37c205c403eee0 (patch)
tree8e842e7133459b1c60ef38d985ca68c8b6f86799
parent75db9ede12d06693a3ced8c901b74065a1922a23 (diff)
configs: qcom_defconfig: enable GENI I2C Driver
Enable the GENI I2C driver in the default Qualcomm defconfig. Reviewed-by: Caleb Connolly <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Signed-off-by: Caleb Connolly <[email protected]>
-rw-r--r--configs/qcom_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 7919aeb9755..80ad3b32e13 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -48,6 +48,7 @@ CONFIG_MSM_GPIO=y
CONFIG_QCOM_PMIC_GPIO=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_QUP=y
+CONFIG_SYS_I2C_GENI=y
CONFIG_I2C_MUX=y
CONFIG_DM_KEYBOARD=y
CONFIG_BUTTON_KEYBOARD=y