1# Copyright 2023 Calian Ltd. All rights reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4config I2C_XILINX_AXI 5 bool "Xilinx AXI I2C driver" 6 default y 7 depends on DT_HAS_XLNX_XPS_IIC_2_00_A_ENABLED || DT_HAS_XLNX_XPS_IIC_2_1_ENABLED 8 select EVENTS 9 help 10 Enable the Xilinx AXI IIC Bus Interface driver. 11 This is an FPGA logic core as described by Xilinx document PG090. 12