mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 06:21:55 +00:00
Tested on Atmel SMART SAM E70 Xplained board Origin: Original Jira: ZEP-2507 Signed-off-by: Jonas Pfaff <jonas.pfaff@gmail.com>
17 lines
326 B
Plaintext
17 lines
326 B
Plaintext
# Kconfig - ADC configuration options
|
|
|
|
#
|
|
# Copyright (c) 2017 comsuisse AG
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig ADC_SAM_AFEC
|
|
bool "SAM ADC Driver"
|
|
depends on SOC_FAMILY_SAM
|
|
select HAS_DTS_ADC
|
|
default n
|
|
help
|
|
Enable Atmel SAM MCU Family Analog-to-Digital Converter (ADC) driver
|
|
based on AFEC module.
|