2022-11-10 22:54:31 +08:00
|
|
|
# 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
|
2024-10-04 18:58:56 +08:00
|
|
|
select PINCTRL
|
2022-11-10 22:54:31 +08:00
|
|
|
help
|
|
|
|
Enable I2C driver for Renesas SmartBond(tm) DA1469x series MCU.
|