1# Copyright 2025 Advanced Micro Devices, Inc. 2# 3# SPDX-License-Identifier: Apache-2.0 4 5config I2C_CADENCE 6 bool "Cadence I2C driver" 7 default y 8 depends on DT_HAS_CDNS_I2C_ENABLED 9 select EVENTS 10 help 11 Enable Cadence I2C driver. 12