zephyr/tests/drivers/gpio/gpio_basic_api/Kconfig
Hake Huang 2850841106 test: gpio: gpio_basic_api: enhance the gpio test
1. add delay read config for platforms that has capacitor with pin
2. add dts pin flags to gpio_pin_config when output.

Signed-off-by: Hake Huang <hake.huang@nxp.com>
2024-10-17 10:47:22 -04:00

14 lines
336 B
Text

# 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"
config READ_DELAY
int "delay in ms for read"
default 0
help
The pin selected may connect with a capacitor so we need
add dealy in read.