This patch adds support for Cadence I2C Controller - Enables I2C Master Mode functionality Signed-off-by: Ajay Neeli <ajay.neeli@amd.com>
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
# 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.
|