summaryrefslogtreecommitdiff
path: root/configs/am64x_evm_a53_defconfig
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2023-07-06 11:23:03 +0300
committerUdit Kumar <u-kumar1@ti.com>2023-07-06 18:28:04 +0530
commit6636aa21320c0feb6343091688b611de5d4d46c6 (patch)
tree472dc677e15585fcd697fb5100280eb72337c2e3 /configs/am64x_evm_a53_defconfig
parenta6b140b101fc4bfd0b3098dd5071465e17379899 (diff)
configs: am64x_evm_a53_defconfig: Enable I2C GPIO drivers
We need the I2C GPIO drivers to detect expansion cards. Signed-off-by: Roger Quadros <rogerq@kernel.org>
Diffstat (limited to 'configs/am64x_evm_a53_defconfig')
-rw-r--r--configs/am64x_evm_a53_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index 055143d6f6..3b38257404 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -107,7 +107,11 @@ CONFIG_SYS_DFU_MAX_FILE_SIZE=0x800000
CONFIG_DMA_CHANNELS=y
CONFIG_TI_K3_NAVSS_UDMA=y
CONFIG_TI_SCI_PROTOCOL=y
+CONFIG_DM_PCA953X=y
+CONFIG_SPL_DM_PCA953X=y
CONFIG_DM_I2C=y
+CONFIG_I2C_SET_DEFAULT_BUS_NUM=y
+CONFIG_DM_I2C_GPIO=y
CONFIG_SYS_I2C_OMAP24XX=y
CONFIG_DM_MAILBOX=y
CONFIG_K3_SEC_PROXY=y