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
14config ADC_32_BITS_DATA
15	bool "ADC data is 32-bits long"
16
17config TEST_ADC_CALIBRATE_REQUIRED
18	bool "Require calibrate field in ADC test"
19	default y if DT_HAS_RENESAS_RA_ADC16_ENABLED
20