16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
|
# Copyright (c) 2022 Meta Platforms, Inc. and its affiliates.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
module = I3C_CADENCE
|
||
|
module-str = i3c-cadence
|
||
|
source "subsys/logging/Kconfig.template.log_config"
|
||
|
|
||
|
config I3C_CADENCE
|
||
|
bool "Cadence I3C driver"
|
||
|
select I3C_IBI_WORKQUEUE if I3C_USE_IBI
|
||
|
depends on DT_HAS_CDNS_I3C_ENABLED
|
||
|
default y
|
||
|
help
|
||
|
Enable Cadence I3C driver.
|