blob: b41f5ec862077c00be5c25a9f8d81108c5dfddd5 [file] [log] [blame]
# 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