This Kconfig has wrongly been added to defconfig files. It is not the right place for it. It has never been the right place for it. Drivers that need it should select the symbol in their Kconfig entries. Drop PINCTL from Kconfig.defconfig and add proper select at Kconfig.sam*. Fixes #78619 Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
13 lines
296 B
Plaintext
13 lines
296 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
|
|
select PINCTRL
|
|
help
|
|
Enable Atmel SAM MCU Family (TWIHS) I2C bus driver.
|