mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 11:42:33 +00:00
Such ADC is found on mec1501. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Daniel Leung <daniel.leung@intel.com>
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
# Kconfig - Microchip XEC ADC configuration
|
|
#
|
|
# Copyright (c) 2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config ADC_XEC
|
|
bool "Microchip XEC series ADC driver"
|
|
depends on SOC_FAMILY_MEC
|
|
default y
|
|
help
|
|
Enable ADC driver for Microchip XEC MCU series.
|