0dbc3d712c
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>
12 lines
280 B
Plaintext
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.
|