1# Copyright (c) 2019 Derek Hageman <hageman@inthat.cloud> 2# SPDX-License-Identifier: Apache-2.0 3 4config ADC_SAM0 5 bool "Atmel SAM0 series ADC Driver" 6 default y 7 depends on DT_HAS_ATMEL_SAM0_ADC_ENABLED 8 select ADC_CONFIGURABLE_INPUTS 9 help 10 Enable Atmel SAM0 MCU Family Analog-to-Digital Converter (ADC) driver. 11