14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "pinctrl API Test"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config PINCTRL_TEST_STORE_REG
|
|
bool "Store register address"
|
|
select PINCTRL_STORE_REG
|
|
help
|
|
This option should be selected by unit tests that want to store the
|
|
register address of devices.
|