# Copyright (c) 2025 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0

mainmenu "pinctrl microchip DT Test"

source "Kconfig.zephyr"

config PINCTRL_TEST_NON_STATIC
	bool "Access to pin control configuration"
	select PINCTRL_NON_STATIC
	help
	  This option should be selected by unit tests that need to access the pin
	  control configuration defined in a device driver.

config TEST_PINCTRL_MCHP_SAM
	bool "Enable test for MCHP SAM drive strength"
	default y if SOC_FAMILY_MICROCHIP_SAM_D5X_E5X
