1# Copyright (c) 2022, Basalte bv 2# SPDX-License-Identifier: Apache-2.0 3 4config ADC_SAM 5 bool "Atmel SAM series ADC Driver" 6 default y 7 depends on DT_HAS_ATMEL_SAM_ADC_ENABLED 8 select PINCTRL 9 select ADC_CONFIGURABLE_INPUTS 10 help 11 Enable Atmel SAM MCU Family Analog-to-Digital Converter (ADC) driver. 12