diff mbox series

[v2,2/2] configs: qcom_defconfig: enable GENI I2C Driver

Message ID 20240422-topic-sm8x50-i2c-v2-2-f9ad61c33b07@linaro.org
State Accepted
Commit ad12acd7a8f5aeea5816d5c2fc37c205c403eee0
Headers show
Series i2c: Add support for Qualcomm Generic Interface (GENI) I2C controller | expand

Commit Message

Neil Armstrong April 22, 2024, 9:33 a.m. UTC
Enable the GENI I2C driver in the default Qualcomm defconfig.

Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 configs/qcom_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 1abb57345ff..8d440b23625 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -41,6 +41,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