0b45710219
This commit adds support for Atmel SAM ADC driver with up to 16 channels. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
# Copyright (c) 2022, Basalte bv
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ADC_SAM
|
|
bool "Atmel SAM series ADC Driver"
|
|
default y
|
|
depends on DT_HAS_ATMEL_SAM_ADC_ENABLED
|
|
select ADC_CONFIGURABLE_INPUTS
|
|
help
|
|
Enable Atmel SAM MCU Family Analog-to-Digital Converter (ADC) driver.
|