| # Copyright (c) 2024 Centro de Inovacao EDGE. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config SEQUENCE_SAMPLES | |
| int "Number of samples to be made on the sequence for each channel." | |
| default 5 | |
| config SEQUENCE_RESOLUTION | |
| int "Set the resolution of the sequence readings." | |
| default 12 | |
| config SEQUENCE_OVERSAMPLING | |
| int "Set the oversampling of the sequence readings." | |
| default 0 | |
| config SEQUENCE_32BITS_REGISTERS | |
| bool "ADC data sequences are on 32bits" | |
| default n | |
| source "Kconfig.zephyr" |