Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
refs/heads/upstream/collab-sdk-dev
/
.
/
drivers
/
i2c
/
Kconfig.cdns
blob: f03dbaf462a78323fcb378352d067be4b0a027a2 [
file
] [
log
] [
blame
] [
edit
]
# Copyright 2025 Advanced Micro Devices, Inc.
#
# SPDX-License-Identifier: Apache-2.0
config I2C_CADENCE
bool
"Cadence I2C driver"
default
y
depends on DT_HAS_CDNS_I2C_ENABLED
select
EVENTS
help
Enable
Cadence
I2C driver
.