1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "pinctrl API Test"
5
6source "Kconfig.zephyr"
7
8config PINCTRL_TEST_STORE_REG
9	bool "Store register address"
10	select PINCTRL_STORE_REG
11	help
12	  This option should be selected by unit tests that want to store the
13	  register address of devices.
14