All drivers using the pinctrl API must select the PINCTRL option. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
13 lines
344 B
Text
13 lines
344 B
Text
# 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.
|