diff mbox series

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

Message ID 20240419-topic-sm8x50-i2c-v1-2-67651e27f23a@linaro.org
State New
Delegated to: Caleb Connolly
Headers show
Series i2c: Add support for Qualcomm Generic Interface (GENI) I2C controller | expand

Commit Message

Neil Armstrong April 18, 2024, 10:47 p.m. UTC
Enable the GENI I2C driver in the default Qualcomm defconfig.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 configs/qcom_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Caleb Connolly April 19, 2024, 11:47 a.m. UTC | #1
Hi Neil,

On 18/04/2024 23:47, Neil Armstrong wrote:
> Enable the GENI I2C driver in the default Qualcomm defconfig.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
>  configs/qcom_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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
>
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