zephyr/tests/drivers/pinctrl/nrf/Kconfig
Gerard Marull-Paretas 51751909f5 tests: drivers: pinctrl: add test for checking nRF DT parsing
Add a unit test that allows to validate if pin control configuration
stored in Devicetree is parsed correctly.

nRF boards used to run this test should add the pinctrl:nrf tag.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-11-26 14:20:51 +01:00

14 lines
386 B
Plaintext

# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
mainmenu "pinctrl nRF DT Test"
source "Kconfig.zephyr"
config PINCTRL_TEST_NON_STATIC
bool "Enable 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.