zephyr/drivers/adc/Kconfig.xec
Scott Worley 19dd46ef68 Microchip: MEC172x: ADC driver
Add ADC driver version 2 for MEC172x using new in-tree headers
and device tree properties. Update the ADC shell for the new driver.

Signed-off-by: Scott Worley <scott.worley@microchip.com>
2021-08-11 19:44:31 -04:00

20 lines
484 B
Plaintext

# Microchip XEC ADC configuration
# Copyright (c) 2019 Intel Corporation
# Copyright (c) 2021 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0
config ADC_XEC
bool "Microchip XEC series ADC driver"
depends on SOC_SERIES_MEC1501X
default y
help
Enable ADC driver for Microchip XEC MCU series.
config ADC_XEC_V2
bool "Microchip XEC series ADC V2 driver"
depends on SOC_SERIES_MEC172X
default y
help
Enable ADC driver for Microchip XEC MEC172x MCU series.