1# ADI SoC ADC configuration options
2
3# Copyright (c) 2025 Analog Devices, Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config ADC_AD405X
7	bool "AD405X ADC driver"
8	depends on DT_HAS_ADI_AD4052_ADC_ENABLED || DT_HAS_ADI_AD4050_ADC_ENABLED
9	select SPI
10	default y
11	help
12	  Enable ADC driver for ADI AD405X.
13
14config AD405X_TRIGGER
15	bool "AD405X interrupts"
16	default n
17	help
18	  Enable interrupts for ADI AD405X.
19