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.
|