zephyr/tests/drivers/adc/adc_api/Kconfig
Guillaume Gautier ed673d5e88 tests: drivers: adc: adc_api: src: change data size for stm32n6
STM32N6 needs to have a buffer of 32-bit data instead of 16-bit.
Adds a Kconfig to select whether the test shall use a 32-bit buffer.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
2025-02-14 10:48:35 +01:00

16 lines
318 B
Plaintext

# 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"