1# ADC API test configuration options
2
3# Copyright (c) 2024 STMicroelectronics
4# SPDX-License-Identifier: Apache-2.0
5
6mainmenu "ADC API Test"
7
8source "Kconfig.zephyr"
9
10config ADC_API_SAMPLE_INTERVAL_US
11 int "Interval between repeatead samples in us"
12 default 0
13