zephyr/drivers/i2c/Kconfig.bcm_iproc
Yong Cong Sin 97ba7fd48d drivers: i2c: add Broadcom iProc I2C driver
Add device driver, bindings and build-only test for
Broadcom iProc I2C.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-28 09:57:40 +02:00

10 lines
264 B
Text

# Copyright 2020 Broadcom
# Copyright 2024 Meta Platforms
# SPDX-License-Identifier: Apache-2.0
config I2C_IPROC
bool "Broadcom iProc I2C controller"
default y
depends on DT_HAS_BRCM_IPROC_I2C_ENABLED
help
Enable support for Broadcom iProc I2C controller.