You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
344 B
13 lines
344 B
# Microchip XEC ADC configuration |
|
|
|
# Copyright (c) 2019 Intel Corporation |
|
# Copyright (c) 2023 Microchip Technology Inc. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config ADC_XEC |
|
bool "Microchip XEC series ADC driver" |
|
default y |
|
depends on DT_HAS_MICROCHIP_XEC_ADC_ENABLED |
|
select PINCTRL |
|
help |
|
Enable ADC driver for Microchip XEC MCU series.
|
|
|