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_OVERSAMPLING
13	int "Set the oversampling of the sequence readings."
14	default 0
15
16config SEQUENCE_32BITS_REGISTERS
17	bool "ADC data sequences are on 32bits"
18	default n
19
20source "Kconfig.zephyr"
21