1# Copyright (c) 2023 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4source "Kconfig.zephyr" 5 6config SKIP_PULL_TEST 7 bool "Skip the pull test even if the driver supports it" 8 9config READ_DELAY 10 int "delay in ms for read" 11 default 0 12 help 13 The pin selected may connect with a capacitor so we need 14 add dealy in read. 15