2019-11-01 20:45:29 +08:00
|
|
|
# ADC configuration options
|
2017-08-04 19:38:18 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2017 comsuisse AG
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config ADC_SAM_AFEC
|
2017-08-04 19:38:18 +08:00
|
|
|
bool "SAM ADC Driver"
|
2022-07-21 19:43:43 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ATMEL_SAM_AFEC_ENABLED
|
2024-11-01 02:08:31 +08:00
|
|
|
select PINCTRL
|
2017-08-04 19:38:18 +08:00
|
|
|
help
|
|
|
|
Enable Atmel SAM MCU Family Analog-to-Digital Converter (ADC) driver
|
|
|
|
based on AFEC module.
|