Initial AD405X driver supporting sampling, averaging and burst averaging operation modes. Configurable without interrupts or with device ready and data ready interrupt. Signed-off-by: Dimitrije Lilic <dimitrije.lilic@orioninc.com>
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
# ADI SoC ADC configuration options
|
|
|
|
# Copyright (c) 2025 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ADC_AD405X
|
|
bool "AD405X ADC driver"
|
|
depends on DT_HAS_ADI_AD4052_ADC_ENABLED || DT_HAS_ADI_AD4050_ADC_ENABLED
|
|
select SPI
|
|
default y
|
|
help
|
|
Enable ADC driver for ADI AD405X.
|
|
|
|
config AD405X_TRIGGER
|
|
bool "AD405X interrupts"
|
|
default n
|
|
help
|
|
Enable interrupts for ADI AD405X.
|