1# Copyright (c) 2021 Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "pinctrl GD32 DT Test"
5
6source "Kconfig.zephyr"
7
8config PINCTRL_TEST_NON_STATIC
9	bool "Access to pin control configuration"
10	select PINCTRL_NON_STATIC
11	help
12	  This option should be selected by unit tests that need to access the pin
13	  control configuration defined in a device driver.
14