zephyr/drivers/i2c/Kconfig.sam_twihs
Tom Burdick 0dbc3d712c i2c: Use i2c_rtio context in sam twihs driver
Updates the sam twihs rtio driver to use a common i2c_rtio context
object and fixes a few logic issues currently in the driver in the
process.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-03-05 09:43:38 -05:00

12 lines
280 B
Plaintext

# sam twihs I2C support
# Copyright (c) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config I2C_SAM_TWIHS
bool "Atmel SAM (TWIHS) I2C driver"
default y
depends on DT_HAS_ATMEL_SAM_I2C_TWIHS_ENABLED
help
Enable Atmel SAM MCU Family (TWIHS) I2C bus driver.