1# sam twihs I2C support 2 3# Copyright (c) 2023 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config I2C_SAM_TWIHS 7 bool "Atmel SAM (TWIHS) I2C driver" 8 default y 9 depends on DT_HAS_ATMEL_SAM_I2C_TWIHS_ENABLED 10 select PINCTRL 11 help 12 Enable Atmel SAM MCU Family (TWIHS) I2C bus driver. 13