1# ADI SoC ADC configuration options
2
3# Copyright (c) 2023-2024 Analog Devices, Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config ADC_MAX32
7	bool "MAX32 ADC driver"
8	default y
9	depends on DT_HAS_ADI_MAX32_ADC_ENABLED
10	select PINCTRL
11	help
12	  Enable ADC driver for ADI MAX32xxx MCUs.
13