# Microchip XEC PECI configuration options | |
# Copyright (c) 2020 Intel Corporation | |
# SPDX-License-Identifier: Apache-2.0 | |
config PECI_XEC | |
bool "XEC Microchip PECI driver" | |
depends on SOC_FAMILY_MEC | |
default $(dt_compat_enabled,${DT_COMPAT_ST_PECI_XEC}) | |
help | |
Enable the Microchip XEC PECI IO driver. |