1# Copyright (c) 2022 Meta Platforms, Inc. and its affiliates. 2# 3# SPDX-License-Identifier: Apache-2.0 4 5module = I3C_CADENCE 6module-str = i3c-cadence 7source "subsys/logging/Kconfig.template.log_config" 8 9config I3C_CADENCE 10 bool "Cadence I3C driver" 11 select I3C_IBI_WORKQUEUE if I3C_USE_IBI 12 depends on DT_HAS_CDNS_I3C_ENABLED 13 default y 14 help 15 Enable Cadence I3C driver. 16