# ADC API test configuration options

# Copyright (c) 2024 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0

mainmenu "ADC API Test"

source "Kconfig.zephyr"

config ADC_API_SAMPLE_INTERVAL_US
	int "Interval between repeatead samples in us"
	default 0

config ADC_32_BITS_DATA
	bool "ADC data is 32-bits long"

config TEST_ADC_CALIBRATE_REQUIRED
	bool "Require calibrate field in ADC test"
	default y if DT_HAS_RENESAS_RA_ADC16_ENABLED
