6cf3fe1d3f
This adds the i2c driver for the Renesas SmartBond(tm) MCU family. It supports blocking transfers and callback transfers. Currently only supports controller mode. Co-authored-by: Stan Geitel <stan@geitel.nl> Signed-off-by: Ben Lauret <ben.lauret.wm@renesas.com>
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
# Copyright (c) 2022 Renesas Electronics Corporation and/or its affiliates
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config I2C_SMARTBOND
|
|
bool "Renesas SmartBond(tm) I2C driver"
|
|
default y
|
|
depends on DT_HAS_RENESAS_SMARTBOND_I2C_ENABLED
|
|
help
|
|
Enable I2C driver for Renesas SmartBond(tm) DA1469x series MCU.
|