From: Neil Armstrong Date: Mon, 22 Apr 2024 09:33:53 +0000 (+0200) Subject: configs: qcom_defconfig: enable GENI I2C Driver X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=ad12acd7a8f5aeea5816d5c2fc37c205c403eee0;p=u-boot.git configs: qcom_defconfig: enable GENI I2C Driver Enable the GENI I2C driver in the default Qualcomm defconfig. Reviewed-by: Caleb Connolly Signed-off-by: Neil Armstrong Signed-off-by: Caleb Connolly --- diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index 7919aeb975..80ad3b32e1 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