1# Copyright (c) 2024 Centro de Inovacao EDGE.
2# SPDX-License-Identifier: Apache-2.0
3
4config SEQUENCE_SAMPLES
5	int "Number of samples to be made on the sequence for each channel."
6	default 5
7
8config SEQUENCE_RESOLUTION
9	int "Set the resolution of the sequence readings."
10	default 12
11
12config SEQUENCE_32BITS_REGISTERS
13	bool "ADC data sequences are on 32bits"
14	default n
15
16source "Kconfig.zephyr"
17