zephyr/drivers/i2c/Kconfig.max32
Tahsin Mutlugun f037b95549 drivers: i2c: Add MAX32690 I2C driver
Add I2C driver for Analog Devices MAX32690 MCU. Supports target mode.

Co-Authored-By: Sadik Ozer <sadik.ozer@analog.com>
Co-Authored-By: Mert Vatansever <mert.vatansever@analog.com>
Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
2024-06-07 13:01:50 +02:00

21 lines
429 B
Plaintext

# Copyright (c) 2024 Analog Devices, Inc.
# SPDX-License-Identifier: Apache-2.0
menuconfig I2C_MAX32
bool "Analog Devices MAX32 I2C driver"
default y
depends on DT_HAS_ADI_MAX32_I2C_ENABLED
help
i2c driver for max32 family.
if I2C_MAX32
config I2C_MAX32_INTERRUPT
bool "Interrupt support for MAX32 I2C driver"
default y
help
Enable interrupt support for MAX32 I2C controller mode
transfers.
endif # I2C_MAX32