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>
14 lines
336 B
Text
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.
|