summaryrefslogtreecommitdiff
path: root/configs/xilinx_versal_virt_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2022-08-05 12:19:53 +0300
committerMichal Simek <michal.simek@amd.com>2022-09-12 13:03:17 +0300
commit86cba52a981ddab898ff4a7b079437fac497c1e6 (patch)
tree02bc830ad0a587cc819ddd493d01274d9cb6e9b3 /configs/xilinx_versal_virt_defconfig
parentcf5c48d102bd50eb24eb03ddd5cc1f0c33a3f57a (diff)
downloadu-boot-86cba52a981ddab898ff4a7b079437fac497c1e6.tar.xz
xilinx: versal: Enable i2c mux uclass with pca954x driver
Xilinx is using pca954x i2c muxes on a lot of boards that's why enable this driver by default. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/c090aea3436c7a4ebe698da6cbc70e70a14baae3.1659691195.git.michal.simek@amd.com
Diffstat (limited to 'configs/xilinx_versal_virt_defconfig')
-rw-r--r--configs/xilinx_versal_virt_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index 6e61abd0c6..c4d7aac7b5 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -69,6 +69,8 @@ CONFIG_FPGA_XILINX=y
CONFIG_FPGA_VERSALPL=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_CADENCE=y
+CONFIG_I2C_MUX=y
+CONFIG_I2C_MUX_PCA954x=y
CONFIG_DM_MAILBOX=y
CONFIG_ZYNQMP_IPI=y
CONFIG_MISC=y