1# ADC configuration options
2
3# Copyright (c) 2017 comsuisse AG
4# SPDX-License-Identifier: Apache-2.0
5
6config ADC_SAM_AFEC
7	bool "SAM ADC Driver"
8	default y
9	depends on DT_HAS_ATMEL_SAM_AFEC_ENABLED
10	select PINCTRL
11	help
12	  Enable Atmel SAM MCU Family Analog-to-Digital Converter (ADC) driver
13	  based on AFEC module.
14