Some boards configuration may not support the pulls test even if the underlaying SOC driver does support the feature. Add the option to skip that test. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config SKIP_PULL_TEST
|
|
bool "Skip the pull test even if the driver supports it"
|